xushiyan commented on code in PR #17574:
URL: https://github.com/apache/hudi/pull/17574#discussion_r2629831547


##########
packaging/bundle-validation/ci_run.sh:
##########
@@ -105,6 +106,11 @@ elif [[ ${SPARK_RUNTIME} == 'spark3.5.1' && 
${SCALA_PROFILE} == 'scala-2.12' ]];
   if [[ ${FLINK_PROFILE} == 'flink2.0' ]]; then
     IMAGE_TAG=flink200hive313spark351
     FLINK_VERSION=2.0.0
+    REPO=icshuo
+  elif [[ ${FLINK_PROFILE} == 'flink2.1' ]]; then
+    IMAGE_TAG=flink211hive313spark351
+    FLINK_VERSION=2.1.1
+    REPO=icshuo

Review Comment:
   temp change to be reverted



-- 
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]

Reply via email to