This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from f65bf52c1eee refactor: Add Lombok annotations to hudi-common module
(part 1) (#17630)
add 51818b493f37 feat: Upgrade build target to Java 11 by default (#17637)
No new revisions were added by this update.
Summary of changes:
.github/workflows/bot.yml | 231 ++++++++-------------
.github/workflows/maven_artifact_validation.yml | 16 +-
.github/workflows/release_candidate_validation.yml | 24 +--
Dockerfile | 2 +-
azure-pipelines-20230430.yml | 42 ++--
hudi-aws/pom.xml | 8 -
hudi-client/hudi-client-common/pom.xml | 8 -
hudi-client/hudi-flink-client/pom.xml | 8 -
hudi-client/hudi-java-client/pom.xml | 8 -
hudi-client/hudi-spark-client/pom.xml | 8 -
.../fs/TestHoodieSerializableFileStatus.java | 6 +-
hudi-common/pom.xml | 9 +
hudi-examples/hudi-examples-common/pom.xml | 8 -
hudi-examples/hudi-examples-flink/pom.xml | 4 -
hudi-examples/hudi-examples-java/pom.xml | 8 -
hudi-examples/hudi-examples-k8s/pom.xml | 4 -
hudi-examples/hudi-examples-spark/pom.xml | 22 --
hudi-flink-datasource/hudi-flink/pom.xml | 4 -
hudi-hadoop-common/pom.xml | 9 +
hudi-hadoop-mr/pom.xml | 9 +
hudi-io/pom.xml | 9 +
hudi-kafka-connect/pom.xml | 4 -
hudi-spark-datasource/hudi-spark-common/pom.xml | 28 ---
hudi-spark-datasource/hudi-spark/pom.xml | 20 --
hudi-spark-datasource/hudi-spark3-common/pom.xml | 52 -----
hudi-spark-datasource/hudi-spark3.3.x/pom.xml | 6 -
hudi-spark-datasource/hudi-spark3.4.x/pom.xml | 25 ---
hudi-spark-datasource/hudi-spark3.5.x/pom.xml | 31 ---
hudi-spark-datasource/hudi-spark4-common/pom.xml | 52 -----
hudi-spark-datasource/hudi-spark4.0.x/pom.xml | 31 ---
.../hudi/hive/testutils/HiveTestService.java | 6 +-
hudi-trino-plugin/pom.xml | 4 -
hudi-utilities/pom.xml | 10 +-
.../TestHoodieMetadataTableValidator.java | 13 +-
...estHoodieDeltaStreamerSchemaEvolutionQuick.java | 40 ++--
.../utilities/sources/TestHoodieIncrSource.java | 4 +-
.../docker_java17/docker_java17_test.sh | 6 +-
packaging/bundle-validation/validate.sh | 7 +-
pom.xml | 39 +++-
39 files changed, 230 insertions(+), 595 deletions(-)