danny0405 commented on code in PR #11779:
URL: https://github.com/apache/hudi/pull/11779#discussion_r1720867691
##########
packaging/bundle-validation/ci_run.sh:
##########
@@ -184,6 +184,8 @@ else
HUDI_FLINK_BUNDLE_NAME=hudi-flink1.17-bundle
elif [[ ${FLINK_PROFILE} == 'flink1.18' ]]; then
HUDI_FLINK_BUNDLE_NAME=hudi-flink1.18-bundle
+ elif [[ ${FLINK_PROFILE} == 'flink1.19']]; then
Review Comment:
We may need to update the docker image too.
--
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]