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

pwason pushed a change to branch release-0.14.0
in repository https://gitbox.apache.org/repos/asf/hudi.git


    from bc3dc019202 Resetting the thrift.home property to the default for linux
     new 9f14d507c61 [HUDI-6858] Fix checkpoint reading in Spark structured 
streaming (#9711)
     new c0907b50079 [HUDI-6550] Add Hadoop conf to HiveConf for HiveSyncConfig 
(#9221)
     new d5d2956a4df [HUDI-6863] Revert auto-tuning of dedup parallelism (#9722)
     new 794cfe488a4 Bumping release candidate number 3

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docker/hoodie/hadoop/base/pom.xml                  |   2 +-
 docker/hoodie/hadoop/base_java11/pom.xml           |   2 +-
 docker/hoodie/hadoop/datanode/pom.xml              |   2 +-
 docker/hoodie/hadoop/historyserver/pom.xml         |   2 +-
 docker/hoodie/hadoop/hive_base/pom.xml             |   2 +-
 docker/hoodie/hadoop/namenode/pom.xml              |   2 +-
 docker/hoodie/hadoop/pom.xml                       |   2 +-
 docker/hoodie/hadoop/prestobase/pom.xml            |   2 +-
 docker/hoodie/hadoop/spark_base/pom.xml            |   2 +-
 docker/hoodie/hadoop/sparkadhoc/pom.xml            |   2 +-
 docker/hoodie/hadoop/sparkmaster/pom.xml           |   2 +-
 docker/hoodie/hadoop/sparkworker/pom.xml           |   2 +-
 docker/hoodie/hadoop/trinobase/pom.xml             |   2 +-
 docker/hoodie/hadoop/trinocoordinator/pom.xml      |   2 +-
 docker/hoodie/hadoop/trinoworker/pom.xml           |   2 +-
 hudi-aws/pom.xml                                   |   4 +-
 hudi-cli/pom.xml                                   |   2 +-
 hudi-client/hudi-client-common/pom.xml             |   4 +-
 .../table/action/commit/HoodieWriteHelper.java     |   7 +-
 hudi-client/hudi-flink-client/pom.xml              |   4 +-
 hudi-client/hudi-java-client/pom.xml               |   4 +-
 hudi-client/hudi-spark-client/pom.xml              |   4 +-
 .../TestHoodieClientOnCopyOnWriteStorage.java      |   6 +-
 hudi-client/pom.xml                                |   2 +-
 hudi-common/pom.xml                                |   2 +-
 .../org/apache/hudi/common/util/CommitUtils.java   |  33 +++---
 .../org/apache/hudi/common/util/StringUtils.java   |   5 +
 .../apache/hudi/common/util/TestCommitUtils.java   | 118 ++++++++++++++++++++-
 hudi-examples/hudi-examples-common/pom.xml         |   2 +-
 hudi-examples/hudi-examples-flink/pom.xml          |   2 +-
 hudi-examples/hudi-examples-java/pom.xml           |   2 +-
 hudi-examples/hudi-examples-spark/pom.xml          |   2 +-
 hudi-examples/pom.xml                              |   2 +-
 hudi-flink-datasource/hudi-flink/pom.xml           |   4 +-
 hudi-flink-datasource/hudi-flink1.13.x/pom.xml     |   4 +-
 hudi-flink-datasource/hudi-flink1.14.x/pom.xml     |   4 +-
 hudi-flink-datasource/hudi-flink1.15.x/pom.xml     |   4 +-
 hudi-flink-datasource/hudi-flink1.16.x/pom.xml     |   4 +-
 hudi-flink-datasource/hudi-flink1.17.x/pom.xml     |   4 +-
 hudi-flink-datasource/pom.xml                      |   4 +-
 hudi-gcp/pom.xml                                   |   2 +-
 hudi-hadoop-mr/pom.xml                             |   2 +-
 hudi-integ-test/pom.xml                            |   2 +-
 hudi-kafka-connect/pom.xml                         |   4 +-
 .../hudi-metaserver/hudi-metaserver-client/pom.xml |   2 +-
 .../hudi-metaserver/hudi-metaserver-server/pom.xml |   2 +-
 hudi-platform-service/hudi-metaserver/pom.xml      |   4 +-
 hudi-platform-service/pom.xml                      |   2 +-
 hudi-spark-datasource/hudi-spark-common/pom.xml    |   4 +-
 hudi-spark-datasource/hudi-spark/pom.xml           |   4 +-
 hudi-spark-datasource/hudi-spark2-common/pom.xml   |   2 +-
 hudi-spark-datasource/hudi-spark2/pom.xml          |   4 +-
 hudi-spark-datasource/hudi-spark3-common/pom.xml   |   2 +-
 hudi-spark-datasource/hudi-spark3.0.x/pom.xml      |   4 +-
 hudi-spark-datasource/hudi-spark3.1.x/pom.xml      |   4 +-
 hudi-spark-datasource/hudi-spark3.2.x/pom.xml      |   4 +-
 .../hudi-spark3.2plus-common/pom.xml               |   2 +-
 hudi-spark-datasource/hudi-spark3.3.x/pom.xml      |   4 +-
 hudi-spark-datasource/hudi-spark3.4.x/pom.xml      |   4 +-
 hudi-spark-datasource/pom.xml                      |   2 +-
 hudi-sync/hudi-adb-sync/pom.xml                    |   2 +-
 hudi-sync/hudi-datahub-sync/pom.xml                |   2 +-
 hudi-sync/hudi-hive-sync/pom.xml                   |   2 +-
 .../java/org/apache/hudi/hive/HiveSyncConfig.java  |   5 +-
 hudi-sync/hudi-sync-common/pom.xml                 |   2 +-
 hudi-sync/pom.xml                                  |   2 +-
 hudi-tests-common/pom.xml                          |   2 +-
 hudi-timeline-service/pom.xml                      |   2 +-
 hudi-utilities/pom.xml                             |   2 +-
 packaging/hudi-aws-bundle/pom.xml                  |   2 +-
 packaging/hudi-cli-bundle/pom.xml                  |   2 +-
 packaging/hudi-datahub-sync-bundle/pom.xml         |   2 +-
 packaging/hudi-flink-bundle/pom.xml                |   2 +-
 packaging/hudi-gcp-bundle/pom.xml                  |   2 +-
 packaging/hudi-hadoop-mr-bundle/pom.xml            |   2 +-
 packaging/hudi-hive-sync-bundle/pom.xml            |   2 +-
 packaging/hudi-integ-test-bundle/pom.xml           |   2 +-
 packaging/hudi-kafka-connect-bundle/pom.xml        |   2 +-
 packaging/hudi-metaserver-server-bundle/pom.xml    |   2 +-
 packaging/hudi-presto-bundle/pom.xml               |   2 +-
 packaging/hudi-spark-bundle/pom.xml                |   2 +-
 packaging/hudi-timeline-server-bundle/pom.xml      |   2 +-
 packaging/hudi-trino-bundle/pom.xml                |   2 +-
 packaging/hudi-utilities-bundle/pom.xml            |   2 +-
 packaging/hudi-utilities-slim-bundle/pom.xml       |   2 +-
 pom.xml                                            |   2 +-
 86 files changed, 249 insertions(+), 129 deletions(-)

Reply via email to