You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by yi...@apache.org on 2022/06/12 18:51:11 UTC

[hudi] branch release-0.11.1-rc2-prep updated (8b8d82df5a -> f6b737f243)

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

yihua pushed a change to branch release-0.11.1-rc2-prep
in repository https://gitbox.apache.org/repos/asf/hudi.git


 discard 8b8d82df5a [HUDI-4205] Fix NullPointerException in HFile reader creation
     add b3c77338bf [HUDI-4205] Fix NullPointerException in HFile reader creation (#5841)
     add ba9cb95690 Bumping release candidate number 2
     add f6b737f243 [HUDI-4224] Fix CI issues (#5842)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8b8d82df5a)
            \
             N -- N -- N   refs/heads/release-0.11.1-rc2-prep (f6b737f243)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 azure-pipelines.yml                                | 116 +++++++++++++++------
 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                                   |  34 +++++-
 hudi-cli/pom.xml                                   |  68 +++++++++++-
 .../org/apache/hudi/cli/commands/SparkMain.java    |   2 +-
 .../SparkUtilTest.java => TestSparkUtil.java}      |   4 +-
 .../hudi/cli/integ/ITTestBootstrapCommand.java     |   4 +-
 .../hudi/cli/integ/ITTestClusteringCommand.java    |   9 +-
 .../hudi/cli/integ/ITTestCommitsCommand.java       |  32 ++++--
 .../hudi/cli/integ/ITTestCompactionCommand.java    |   7 +-
 .../cli/integ/ITTestHDFSParquetImportCommand.java  |   4 +-
 .../hudi/cli/integ/ITTestMarkersCommand.java       |   4 +-
 .../hudi/cli/integ/ITTestRepairsCommand.java       |   4 +-
 .../hudi/cli/integ/ITTestSavepointsCommand.java    |  10 +-
 ...Test.java => HoodieCLIIntegrationTestBase.java} |   2 +-
 ...t.java => HoodieCLIIntegrationTestHarness.java} |   2 +-
 hudi-client/hudi-client-common/pom.xml             |   4 +-
 hudi-client/hudi-flink-client/pom.xml              |   4 +-
 hudi-client/hudi-java-client/pom.xml               |   4 +-
 hudi-client/hudi-spark-client/pom.xml              |   4 +-
 hudi-client/pom.xml                                |   2 +-
 hudi-common/pom.xml                                |   2 +-
 hudi-examples/hudi-examples-common/pom.xml         |  30 +++++-
 hudi-examples/hudi-examples-flink/pom.xml          |   2 +-
 hudi-examples/hudi-examples-java/pom.xml           |  30 +++++-
 hudi-examples/hudi-examples-spark/pom.xml          |   2 +-
 hudi-examples/pom.xml                              |   2 +-
 hudi-flink-datasource/hudi-flink/pom.xml           |  24 ++++-
 hudi-flink-datasource/hudi-flink1.13.x/pom.xml     |  50 ++++++++-
 hudi-flink-datasource/hudi-flink1.14.x/pom.xml     |  50 ++++++++-
 hudi-flink-datasource/pom.xml                      |   4 +-
 hudi-gcp/pom.xml                                   |  38 ++++++-
 hudi-hadoop-mr/pom.xml                             |   2 +-
 hudi-integ-test/pom.xml                            |  49 +++++++--
 .../TestDFSHoodieTestSuiteWriterAdapter.java       |   2 +-
 .../integ/testsuite/TestFileDeltaInputWriter.java  |   2 +-
 .../testsuite/job/TestHoodieTestSuiteJob.java      |   2 +-
 .../reader/TestDFSAvroDeltaInputReader.java        |   2 +-
 .../reader/TestDFSHoodieDatasetInputReader.java    |   2 +-
 hudi-kafka-connect/pom.xml                         |   4 +-
 hudi-spark-datasource/hudi-spark-common/pom.xml    |  41 +++++++-
 .../HoodieBulkInsertInternalWriterTestBase.java    |  11 +-
 .../test/resources/log4j-surefire-quiet.properties |   0
 .../src/test/resources/log4j-surefire.properties   |   0
 hudi-spark-datasource/hudi-spark/pom.xml           |   4 +-
 hudi-spark-datasource/hudi-spark2-common/pom.xml   |  45 +++++++-
 hudi-spark-datasource/hudi-spark2/pom.xml          |  64 +++++++++++-
 .../TestHoodieBulkInsertDataInternalWriter.java    |  13 +--
 .../TestHoodieDataSourceInternalWriter.java        |   1 -
 hudi-spark-datasource/hudi-spark3-common/pom.xml   |   2 +-
 hudi-spark-datasource/hudi-spark3.1.x/pom.xml      |   4 +-
 hudi-spark-datasource/hudi-spark3/pom.xml          |   4 +-
 .../TestHoodieBulkInsertDataInternalWriter.java    |   2 +-
 hudi-spark-datasource/pom.xml                      |   2 +-
 hudi-sync/hudi-datahub-sync/pom.xml                |  20 +++-
 hudi-sync/hudi-dla-sync/pom.xml                    |  38 ++++++-
 hudi-sync/hudi-hive-sync/pom.xml                   |   2 +-
 hudi-sync/hudi-sync-common/pom.xml                 |   2 +-
 hudi-sync/pom.xml                                  |   2 +-
 hudi-timeline-service/pom.xml                      |   2 +-
 hudi-utilities/pom.xml                             |   2 +-
 .../functional/HoodieDeltaStreamerTestBase.java    |   2 +-
 .../utilities/sources/TestHoodieIncrSource.java    |  38 +++----
 .../hudi/utilities/sources/TestSqlSource.java      |   2 +-
 .../debezium/TestAbstractDebeziumSource.java       |   2 +-
 .../utilities/testutils/UtilitiesTestBase.java     |  20 ++--
 .../AbstractCloudObjectsSourceTestBase.java        |   2 +-
 .../sources/AbstractDFSSourceTestBase.java         |   2 +-
 .../transform/TestSqlFileBasedTransformer.java     |   2 +-
 packaging/hudi-datahub-sync-bundle/pom.xml         |   3 +-
 packaging/hudi-flink-bundle/pom.xml                |   3 +-
 packaging/hudi-gcp-bundle/pom.xml                  |   3 +-
 packaging/hudi-hadoop-mr-bundle/pom.xml            |   3 +-
 packaging/hudi-hive-sync-bundle/pom.xml            |   3 +-
 packaging/hudi-integ-test-bundle/pom.xml           |   3 +-
 packaging/hudi-kafka-connect-bundle/pom.xml        |   3 +-
 packaging/hudi-presto-bundle/pom.xml               |   3 +-
 packaging/hudi-spark-bundle/pom.xml                |   3 +-
 packaging/hudi-timeline-server-bundle/pom.xml      |   3 +-
 packaging/hudi-trino-bundle/pom.xml                |   3 +-
 packaging/hudi-utilities-bundle/pom.xml            |   3 +-
 packaging/hudi-utilities-slim-bundle/pom.xml       |   3 +-
 pom.xml                                            |  47 +++++----
 97 files changed, 829 insertions(+), 237 deletions(-)
 rename hudi-cli/src/test/java/org/apache/hudi/cli/{testutils/SparkUtilTest.java => TestSparkUtil.java} (95%)
 rename hudi-cli/src/test/java/org/apache/hudi/cli/testutils/{AbstractShellIntegrationTest.java => HoodieCLIIntegrationTestBase.java} (93%)
 rename hudi-cli/src/test/java/org/apache/hudi/cli/testutils/{AbstractShellBaseIntegrationTest.java => HoodieCLIIntegrationTestHarness.java} (96%)
 copy {hudi-common => hudi-spark-datasource/hudi-spark-common}/src/test/resources/log4j-surefire-quiet.properties (100%)
 copy {hudi-client/hudi-client-common => hudi-spark-datasource/hudi-spark-common}/src/test/resources/log4j-surefire.properties (100%)