You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "sivabalan narayanan (Jira)" <ji...@apache.org> on 2022/09/04 19:41:00 UTC

[jira] [Created] (HUDI-4775) Incremental source for MOR fails

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)