Nishith Agarwal created HUDI-337:
------------------------------------
Summary: Merge on Read incremental pull has in-consistent results
Key: HUDI-337
URL: https://issues.apache.org/jira/browse/HUDI-337
Project: Apache Hudi (incubating)
Issue Type: Task
Components: Incremental Pull
Reporter: Nishith Agarwal
Assignee: Nishith Agarwal
Consider the following example :
1.deltacommit
2.inflight
3.rollback <- because rollback was initiated after startCommit
Now, for the logReader, we pass the latestInstant allowed to be
getCompletedInstants(COMMIT, DELTACOMMIT, ROLLBACK).
Now, since the latestInstant from the call above is "3", the inflight logblocks
will be returned leading to invalid values.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)