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

[hudi] branch master updated (1b2792cefa -> 8962946996)

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

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


    from 1b2792cefa [minor] following 3304, some code refactoring (#6713)
     add 8962946996 [HUDI-4832] Fix drop partition meta sync (#6662)

No new revisions were added by this update.

Summary of changes:
 .../hudi/common/table/timeline/TimelineUtils.java  | 26 +++++++++++++-
 .../hudi/metadata/HoodieTableMetadataUtil.java     | 18 ----------
 .../hudi/common/table/TestTimelineUtils.java       |  4 +--
 .../java/org/apache/hudi/sync/adb/AdbSyncTool.java |  2 +-
 .../java/org/apache/hudi/hive/HiveSyncTool.java    | 14 ++++----
 .../org/apache/hudi/hive/TestHiveSyncTool.java     | 38 ++++++++++++++------
 .../apache/hudi/hive/testutils/HiveTestUtil.java   |  2 +-
 .../apache/hudi/sync/common/HoodieSyncClient.java  | 41 +++++++++++-----------
 8 files changed, 84 insertions(+), 61 deletions(-)