This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 877387fdb95 [HUDI-7803] Fix bundle validation on Flink 1.18 (#12959)
877387fdb95 is described below
commit 877387fdb95d531ed189cf796c7d5280811b7289
Author: Shuo Cheng <[email protected]>
AuthorDate: Thu Mar 13 09:53:43 2025 +0800
[HUDI-7803] Fix bundle validation on Flink 1.18 (#12959)
---
.github/workflows/bot.yml | 2 +-
packaging/bundle-validation/validate.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml
index 99fa968bba0..b99632bec2b 100644
--- a/.github/workflows/bot.yml
+++ b/.github/workflows/bot.yml
@@ -502,7 +502,7 @@ jobs:
flinkAvroVersion: '1.11.1'
sparkProfile: 'spark3.5'
sparkRuntime: 'spark3.5.1'
- - scalaProfile: 'scala-2.13'
+ - scalaProfile: 'scala-2.12'
flinkProfile: 'flink1.18'
flinkAvroVersion: '1.11.1'
sparkProfile: 'spark3.5'
diff --git a/packaging/bundle-validation/validate.sh
b/packaging/bundle-validation/validate.sh
index 3e525b992b2..ebaa590e9d1 100755
--- a/packaging/bundle-validation/validate.sh
+++ b/packaging/bundle-validation/validate.sh
@@ -376,7 +376,7 @@ if [ "$?" -ne 0 ]; then
fi
echo "::warning::validate.sh done validating utilities slim bundle"
-if [[ ${JAVA_RUNTIME_VERSION} == 'openjdk8' && ${SCALA_PROFILE} !=
'scala-2.13' && ! "${FLINK_HOME}" == *"1.18"* ]]; then
+if [[ ${JAVA_RUNTIME_VERSION} == 'openjdk8' && ${SCALA_PROFILE} !=
'scala-2.13' ]]; then
echo "::warning::validate.sh validating flink bundle"
test_flink_bundle
if [ "$?" -ne 0 ]; then