You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vb...@apache.org on 2019/11/17 22:11:33 UTC

[incubator-hudi] branch master updated (3a05eda -> f82e589)

This is an automated email from the ASF dual-hosted git repository.

vbalaji pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git.


    from 3a05eda  - Fixing RT queries for HiveOnSpark that causes race conditions - Adding more comments to understand usage of reader/writer schema
     add f82e589  - Ensure that rollback instant is always created before the next commit instant.   This especially affects IncrementalPull for MOR tables since we can end up pulling in   log blocks for uncommitted data - Ensure that generated commit instants are 1 second apart

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hudi/HoodieWriteClient.java    | 19 ++++++++++++++-----
 .../table/timeline/HoodieActiveTimeline.java       | 22 +++++++++++++++++-----
 2 files changed, 31 insertions(+), 10 deletions(-)