You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "leesf (Jira)" <ji...@apache.org> on 2020/06/13 11:24:00 UTC

[jira] [Closed] (HUDI-1000) incremental query for COW non-partitioned table no data

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

leesf closed HUDI-1000.
-----------------------

> incremental query for COW non-partitioned table no data
> -------------------------------------------------------
>
>                 Key: HUDI-1000
>                 URL: https://issues.apache.org/jira/browse/HUDI-1000
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: Hive Integration
>            Reporter: jing
>            Assignee: jing
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.6.0
>
>         Attachments: 修复后的查询结果.png, 设置前后对比.png
>
>
> I use a partitioned table to query normally, but a non-partitioned table to query abnormally
> this my commit time
> /tmp/test_commit/.hoodie/20200603154154.commit
>  /tmp/test_commit/.hoodie/20200603154224.commit
>  /tmp/test_commit/.hoodie/20200603154253.commit
>  /tmp/test_commit/.hoodie/20200603202911.commit
>  
> this  hive set config
> set hoodie.test_commit.consume.mode=INCREMENTAL;
> set hoodie.test_commit.consume.start.timestamp=20200603154154;
> set hoodie.test_commit.consume.max.commits=1;
>  
> After setting, compare before and after reference accessories



--
This message was sent by Atlassian Jira
(v8.3.4#803005)