We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd9319 commit 9fd1424Copy full SHA for 9fd1424
1 file changed
.github/workflows/master.yml
@@ -226,6 +226,16 @@ jobs:
226
spark-compile: "3.5"
227
spark-runtime: "4.0"
228
comment: "normal"
229
+ - java: 21
230
+ scala: "2.13"
231
+ spark-compile: "3.5"
232
+ spark-runtime: "4.1"
233
+ comment: "normal"
234
+ - java: 25
235
236
237
+ spark-runtime: "4.2"
238
239
env:
240
SPARK_LOCAL_IP: localhost
241
TEST_MODULES: "extensions/spark/kyuubi-spark-connector-hive,\
0 commit comments