CTTY commented on code in PR #9717:
URL: https://github.com/apache/hudi/pull/9717#discussion_r1380915008
##########
.github/workflows/bot.yml:
##########
@@ -284,29 +294,33 @@ jobs:
matrix:
include:
- flinkProfile: 'flink1.17'
- sparkProfile: 'spark3.4'
- sparkRuntime: 'spark3.4.0'
- - flinkProfile: 'flink1.17'
- sparkProfile: 'spark3.3'
- sparkRuntime: 'spark3.3.2'
- - flinkProfile: 'flink1.16'
- sparkProfile: 'spark3.3'
- sparkRuntime: 'spark3.3.2'
- - flinkProfile: 'flink1.15'
- sparkProfile: 'spark3.3'
- sparkRuntime: 'spark3.3.1'
- - flinkProfile: 'flink1.14'
- sparkProfile: 'spark3.2'
- sparkRuntime: 'spark3.2.3'
- - flinkProfile: 'flink1.13'
- sparkProfile: 'spark3.1'
- sparkRuntime: 'spark3.1.3'
- - flinkProfile: 'flink1.14'
- sparkProfile: 'spark3.0'
- sparkRuntime: 'spark3.0.2'
- - flinkProfile: 'flink1.13'
- sparkProfile: 'spark2.4'
- sparkRuntime: 'spark2.4.8'
+ sparkProfile: 'spark3.5'
+ sparkRuntime: 'spark3.5.0'
+# - flinkProfile: 'flink1.17'
+# sparkProfile: 'spark3.4'
+# sparkRuntime: 'spark3.4.0'
+# - flinkProfile: 'flink1.17'
+# sparkProfile: 'spark3.3'
+# sparkRuntime: 'spark3.3.2'
+# - flinkProfile: 'flink1.16'
+# sparkProfile: 'spark3.3'
+# sparkRuntime: 'spark3.3.2'
+# - flinkProfile: 'flink1.15'
+# sparkProfile: 'spark3.3'
+# sparkRuntime: 'spark3.3.1'
+# - flinkProfile: 'flink1.14'
+# sparkProfile: 'spark3.2'
+# sparkRuntime: 'spark3.2.3'
+# - flinkProfile: 'flink1.13'
+# sparkProfile: 'spark3.1'
+# sparkRuntime: 'spark3.1.3'
+# - flinkProfile: 'flink1.14'
+# sparkProfile: 'spark3.0'
+# sparkRuntime: 'spark3.0.2'
+# - flinkProfile: 'flink1.13'
+# sparkProfile: 'spark2.4'
+# sparkRuntime: 'spark2.4.8'
+
Review Comment:
Using my personal docker image to test Spark 3.5 specifically, will revert
--
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]