Prashant Wason created HUDI-1346:
------------------------------------
Summary: Fix clean and Asyn Clean when metadata table is enabled
Key: HUDI-1346
URL: https://issues.apache.org/jira/browse/HUDI-1346
Project: Apache Hudi
Issue Type: Sub-task
Reporter: Prashant Wason
Assignee: Prashant Wason
Metadata Table creates a deltacommit for each change on the dataset. This
deltacommit has the same timestamp as the change (COMMIT, CLEAN, etc).
Hence, for correct syncing, two instants on the dataset should not have the
same timestamp.
Currently, when autoclean or async clean is enabled, the instantTime is reused.
That breaks metadata table sync.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)