cshuo commented on code in PR #19655:
URL: https://github.com/apache/hudi/pull/19655#discussion_r3800178088
##########
packaging/bundle-validation/ci_run.sh:
##########
@@ -108,6 +110,10 @@ elif [[ ${SPARK_RUNTIME} == 'spark3.5.1' &&
${SCALA_PROFILE} == 'scala-2.12' ]];
elif [[ ${FLINK_PROFILE} == 'flink2.1' ]]; then
IMAGE_TAG=flink211hive313spark351
FLINK_VERSION=2.1.1
+ elif [[ ${FLINK_PROFILE} == 'flink2.2' ]]; then
+ IMAGE_TAG=flink221hive313spark351
+ FLINK_VERSION=2.2.1
+ BASE_IMAGE_REPOSITORY=icshuo/hudi-ci-bundle-validation-base
Review Comment:
"icshuo/hudi-ci-bundle-validation-base" is used for validating docker image
temporarily.
Later, will ask a PMC member to help push the image to the Hudi Docker Hub
and then update the image reference here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]