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/11 00:20:07 UTC

[hudi] branch master updated (2fe7a3a -> ba4e732)

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 2fe7a3a  [HUDI-2610] pass the spark version when sync the table created by spark (#4758)
     add ba4e732  [HUDI-2987] Update all deprecated calls to new apis in HoodieRecordPayload (#4681)

No new revisions were added by this update.

Summary of changes:
 .../hudi/common/table/log/HoodieFileSliceReader.java  | 17 ++++++++++-------
 .../model/debezium/PostgresDebeziumAvroPayload.java   | 14 ++++++++++++++
 .../apache/hudi/metadata/HoodieMetadataPayload.java   | 19 +++++++++++++++----
 .../hadoop/realtime/AbstractRealtimeRecordReader.java | 12 +++++++++---
 .../realtime/RealtimeCompactedRecordReader.java       |  4 ++--
 .../hadoop/realtime/RealtimeUnmergedRecordReader.java |  2 +-
 .../scala/org/apache/hudi/HoodieMergeOnReadRDD.scala  |  7 +++----
 .../org/apache/hudi/payload/AWSDmsAvroPayload.java    | 14 ++++++++++++++
 8 files changed, 68 insertions(+), 21 deletions(-)
 rename {hudi-common => hudi-client/hudi-client-common}/src/main/java/org/apache/hudi/common/table/log/HoodieFileSliceReader.java (85%)