Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
While doing an incremental consumption using IncrSource for MOR hudi table, fails.
Code block of interest in IncrSourceHelper.java
final HoodieTimeline activeCommitTimeline =
srcMetaClient.getActiveTimeline().getCommitTimeline().filterCompletedInstants();
"commitTimeline" may not work for MOR table. we need to fix it for MOR table.
Attachments
Issue Links
- links to