冯健
冯健
> cc @fengjian428 Can you also help to review and verify this PR? will test this tmr or on Monday
``` 22/07/30 23:35:16 INFO ApplicationMaster: Unregistering ApplicationMaster with FAILED (diag message: User class threw exception: java.lang.NullPointerException at org.apache.hudi.client.transaction.ConcurrentOperation.getFileIdsFromRequestedReplaceMetadata(ConcurrentOperation.java:162) ``` this PR can fix the above NPE bug, but I got...
could you try set spark.sql.legacy.parquet.datetimeRebaseModeInRead to 'LEGACY'?
no, Hudi always keeps the latest version of records in DFS. > It looks like the response is here: #2841 > > So if I have a job that commits...
 when using the incremental query, Hudi only will construct a timeline with commits that have not been cleand&achieved. and it will filter data out by the head commit. I...
create a Jira ticket to track https://issues.apache.org/jira/browse/HUDI-4402
seems to be the same issue as https://github.com/apache/hudi/issues/5765 ?
Hudi stores marker files in temp folder for tracking uncommitted data files. My question is had those commit_instant been done? hence you can query some records on the condition that...
@desaismi could you try the latest version to check whether this issue still exists?