You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by me...@apache.org on 2022/04/05 03:52:40 UTC

[hudi] branch master updated (b28f0d6ceb -> 3449e86989)

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

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


    from b28f0d6ceb [HUDI-3290] Different file formats for the partition metadata file. (#5179)
     add 3449e86989 [HUDI-3780] improve drop partitions (#5178)

No new revisions were added by this update.

Summary of changes:
 .../hudi/aws/sync/AWSGlueCatalogSyncClient.java    |   2 +-
 .../hudi/common/table/TableSchemaResolver.java     |  19 ---
 .../hudi/metadata/HoodieTableMetadataUtil.java     |  18 +++
 .../gcp/bigquery/HoodieBigQuerySyncClient.java     |  12 +-
 .../sql/catalyst/catalog/HoodieCatalogTable.scala  |   5 +
 .../spark/sql/hudi/ProvidesHoodieConfig.scala      | 173 +++++++++++++++++----
 .../AlterHoodieTableDropPartitionCommand.scala     |  41 +----
 .../hudi/command/DeleteHoodieTableCommand.scala    |  44 +-----
 .../hudi/command/MergeIntoHoodieTableCommand.scala |  24 +--
 .../hudi/sync/datahub/DataHubSyncClient.java       |   4 +-
 .../java/org/apache/hudi/dla/HoodieDLAClient.java  |   4 +-
 .../java/org/apache/hudi/hive/HiveSyncTool.java    |   2 +-
 .../org/apache/hudi/hive/HoodieHiveClient.java     |   2 +-
 .../hudi/sync/common/AbstractSyncHoodieClient.java |  26 ++--
 14 files changed, 216 insertions(+), 160 deletions(-)