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/10/16 09:06:04 UTC

[incubator-hudi] branch master updated (c052167 -> 12523c3)

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 c052167  [Docs] Update README.md (#955)
     add 12523c3  [HUDI-298] Fix issue with incorrect column mapping casusing bad data, during on-the-fly merge of Real Time tables (#956)

No new revisions were added by this update.

Summary of changes:
 .../hudi/common/HoodieMergeOnReadTestUtils.java    | 16 ++++++-
 .../hudi/common/HoodieTestDataGenerator.java       |  1 +
 .../apache/hudi/common/util/HoodieAvroUtils.java   |  4 ++
 .../realtime/AbstractRealtimeRecordReader.java     | 50 +++++++++++++++++---
 .../realtime/RealtimeCompactedRecordReader.java    |  2 +-
 .../realtime/HoodieRealtimeRecordReaderTest.java   | 53 ++++++++++------------
 6 files changed, 88 insertions(+), 38 deletions(-)