sivabalan narayanan created HUDI-4775:
-----------------------------------------
Summary: Incremental source for MOR fails
Key: HUDI-4775
URL: https://issues.apache.org/jira/browse/HUDI-4775
Project: Apache Hudi
Issue Type: Bug
Components: incremental-query
Reporter: sivabalan narayanan
While doing an incremental consumption using IncrSource for MOR hudi table,
fails.
Code block of interest in IncrSourceHelper.java
{code:java}
final HoodieTimeline activeCommitTimeline =
srcMetaClient.getActiveTimeline().getCommitTimeline().filterCompletedInstants();
{code}
"commitTimeline" may not work for MOR table. we need to fix it for MOR table.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)