You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by si...@apache.org on 2022/02/07 19:10:31 UTC

[hudi] branch master updated (773b317 -> 3f263b8)

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

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


    from 773b317  [HUDI-2941] Show _hoodie_operation in spark sql results (#4649)
     add 3f263b8  [HUDI-3206] Unify Hive's MOR implementations to avoid duplication (#4559)

No new revisions were added by this update.

Summary of changes:
 .../hudi/hadoop/HoodieFileInputFormatBase.java     | 204 ++++++++++------
 .../hudi/hadoop/HoodieParquetInputFormat.java      |  55 +----
 .../hadoop/hive/HoodieCombineHiveInputFormat.java  |   5 +-
 .../realtime/HoodieHFileRealtimeInputFormat.java   |  32 +--
 .../realtime/HoodieParquetRealtimeInputFormat.java | 266 ++-------------------
 ...java => HoodieRealtimeFileInputFormatBase.java} | 200 ++++++----------
 .../hudi/hadoop/TestHoodieParquetInputFormat.java  |   7 +-
 .../index/zorder/z-index-table-merged.json         |  16 +-
 .../test/resources/index/zorder/z-index-table.json |   8 +-
 .../hudi/functional/TestColumnStatsIndex.scala     |  21 +-
 10 files changed, 269 insertions(+), 545 deletions(-)
 copy hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/realtime/{HoodieParquetRealtimeInputFormat.java => HoodieRealtimeFileInputFormatBase.java} (69%)