This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a change to branch release-feature-rfc55
in repository https://gitbox.apache.org/repos/asf/hudi.git
discard d65555b106 [HUDI-3730] Improve meta sync class design and hierarchies
(#5754)
add 5aaac21d1d [HUDI-4224] Fix CI issues (#5842)
add c82e3462e3 [MINOR] fix AvroSchemaConverter duplicate branch in
'switch' (#5813)
add 14d8735a1c Strip extra spaces when creating new configuration (#5849)
add e89f5627e4 [HUDI-3682] testReaderFilterRowKeys fails in
TestHoodieOrcReaderWriter (#5790)
add 0d859fe58b [HUDI-3863] Add UT for drop partition column in
deltastreamer testsuite (#5727)
add 4774c4248f [HUDI-4006] failOnDataLoss on delta-streamer kafka sources
(#5718)
add 264b15df87 [HUDI-4207] HoodieFlinkWriteClient.getOrCreateWriteHandle
throws an e… (#5788)
new c88813d8a2 [HUDI-3730] Improve meta sync class design and hierarchies
(#5754)
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 (d65555b106)
\
N -- N -- N refs/heads/release-feature-rfc55 (c88813d8a2)
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.
The 1 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:
azure-pipelines.yml | 116 +++++++++++++++------
hudi-aws/pom.xml | 30 ++++++
hudi-cli/pom.xml | 66 +++++++++++-
.../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 +-
.../java/org/apache/hudi/io/HoodieMergeHandle.java | 26 +++--
.../hudi/io/storage/TestHoodieOrcReaderWriter.java | 10 +-
.../io/storage/TestHoodieReaderWriterBase.java | 18 +++-
hudi-examples/hudi-examples-common/pom.xml | 28 +++++
hudi-examples/hudi-examples-java/pom.xml | 28 +++++
hudi-flink-datasource/hudi-flink/pom.xml | 20 ++++
.../apache/hudi/configuration/FlinkOptions.java | 4 +-
.../org/apache/hudi/util/AvroSchemaConverter.java | 5 +-
hudi-flink-datasource/hudi-flink1.13.x/pom.xml | 46 +++++++-
hudi-flink-datasource/hudi-flink1.14.x/pom.xml | 46 +++++++-
hudi-gcp/pom.xml | 36 +++++++
hudi-integ-test/pom.xml | 47 ++++++++-
.../TestDFSHoodieTestSuiteWriterAdapter.java | 2 +-
.../integ/testsuite/TestFileDeltaInputWriter.java | 2 +-
.../testsuite/job/TestHoodieTestSuiteJob.java | 2 +-
.../reader/TestDFSAvroDeltaInputReader.java | 2 +-
.../reader/TestDFSHoodieDatasetInputReader.java | 2 +-
hudi-spark-datasource/hudi-spark-common/pom.xml | 37 +++++++
.../HoodieBulkInsertInternalWriterTestBase.java | 11 +-
.../test/resources/log4j-surefire-quiet.properties | 0
.../src/test/resources/log4j-surefire.properties | 0
hudi-spark-datasource/hudi-spark2-common/pom.xml | 43 ++++++++
hudi-spark-datasource/hudi-spark2/pom.xml | 60 +++++++++++
.../TestHoodieBulkInsertDataInternalWriter.java | 13 +--
.../TestHoodieDataSourceInternalWriter.java | 1 -
.../TestHoodieBulkInsertDataInternalWriter.java | 2 +-
hudi-sync/hudi-adb-sync/pom.xml | 36 +++++++
hudi-sync/hudi-datahub-sync/pom.xml | 18 ++++
.../utilities/sources/helpers/KafkaOffsetGen.java | 19 +++-
.../functional/HoodieDeltaStreamerTestBase.java | 2 +-
.../functional/TestHoodieDeltaStreamer.java | 22 ++++
.../utilities/sources/TestHoodieIncrSource.java | 38 +++----
.../utilities/sources/TestJsonKafkaSource.java | 39 +++++++
.../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-aws-bundle/pom.xml | 1 +
packaging/hudi-datahub-sync-bundle/pom.xml | 1 +
packaging/hudi-flink-bundle/pom.xml | 1 +
packaging/hudi-gcp-bundle/pom.xml | 1 +
packaging/hudi-hadoop-mr-bundle/pom.xml | 1 +
packaging/hudi-hive-sync-bundle/pom.xml | 1 +
packaging/hudi-integ-test-bundle/pom.xml | 1 +
packaging/hudi-kafka-connect-bundle/pom.xml | 1 +
packaging/hudi-presto-bundle/pom.xml | 1 +
packaging/hudi-spark-bundle/pom.xml | 1 +
packaging/hudi-timeline-server-bundle/pom.xml | 1 +
packaging/hudi-trino-bundle/pom.xml | 1 +
packaging/hudi-utilities-bundle/pom.xml | 1 +
packaging/hudi-utilities-slim-bundle/pom.xml | 1 +
pom.xml | 45 ++++----
69 files changed, 875 insertions(+), 175 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%)