冯健

Results 40 comments of 冯健

> 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...

![image](https://user-images.githubusercontent.com/4403474/178554613-78df852b-51ee-499e-a223-8892ae2d5e46.png) 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?