yihua commented on code in PR #11779:
URL: https://github.com/apache/hudi/pull/11779#discussion_r1724437592
##########
scripts/release/deploy_staging_jars.sh:
##########
@@ -83,6 +83,8 @@ declare -a ALL_VERSION_OPTS=(
"-Dscala-2.12 -Dflink1.16 -Davro.version=1.11.1 -pl
packaging/hudi-flink-bundle -am"
"-Dscala-2.12 -Dflink1.17 -Davro.version=1.11.1 -pl
packaging/hudi-flink-bundle -am"
"-Dscala-2.12 -Dflink1.18 -Davro.version=1.11.1 -pl
packaging/hudi-flink-bundle -am"
+"-Dscala-2.12 -Dflink1.19 -Davro.version=1.11.1 -pl
packaging/hudi-flink-bundle -am"
+
Review Comment:
remove redundant empty line
##########
.github/workflows/bot.yml:
##########
@@ -456,15 +457,15 @@ jobs:
matrix:
include:
- scalaProfile: 'scala-2.13'
- flinkProfile: 'flink1.18'
+ flinkProfile: 'flink1.19'
sparkProfile: 'spark3.5'
sparkRuntime: 'spark3.5.0'
- scalaProfile: 'scala-2.12'
- flinkProfile: 'flink1.18'
+ flinkProfile: 'flink1.19'
sparkProfile: 'spark3.5'
sparkRuntime: 'spark3.5.0'
- scalaProfile: 'scala-2.12'
- flinkProfile: 'flink1.18'
+ flinkProfile: 'flink1.19'
Review Comment:
Should this be kept the same as before to cover Flink 1.18?
--
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]