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:48:00 UTC

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

     [ https://issues.apache.org/jira/browse/HUDI-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

sivabalan narayanan reassigned HUDI-4775:
-----------------------------------------

    Assignee: sivabalan narayanan

> 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
>            Assignee: sivabalan narayanan
>            Priority: Major
>              Labels: pull-request-available
>
> 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)