You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by co...@apache.org on 2022/04/08 04:29:43 UTC

[hudi] branch master updated (672974c412 -> df87095ef0)

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

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


    from 672974c412 [HUDI-3823] Fix hudi-hive-sync-bundle to include HBase dependencies and shading (#5257)
     add df87095ef0 [HUDI-3454] Fix partition name in all code paths for LogRecordScanner (#5252)

No new revisions were added by this update.

Summary of changes:
 .../hudi/cli/commands/HoodieLogFileCommand.java    |  6 +++-
 .../cli/commands/TestHoodieLogFileCommand.java     |  3 ++
 .../java/org/apache/hudi/common/fs/FSUtils.java    |  2 +-
 .../common/functional/TestHoodieLogFormat.java     | 21 ++++++++++--
 .../examples/quickstart/TestQuickstartData.java    | 12 +++++--
 .../org/apache/hudi/table/format/FormatUtils.java  | 38 +++++++++++++++-------
 .../test/java/org/apache/hudi/utils/TestData.java  | 12 +++++--
 .../realtime/RealtimeCompactedRecordReader.java    | 31 ++++++++++++------
 8 files changed, 92 insertions(+), 33 deletions(-)