pan3793 commented on code in PR #6603:
URL: https://github.com/apache/kyuubi/pull/6603#discussion_r1726617758
##########
.github/workflows/master.yml:
##########
@@ -129,18 +129,18 @@ jobs:
**/kyuubi-spark-sql-engine.log*
**/kyuubi-spark-batch-submit.log*
- scala-test:
- name: Scala Test
+ java17-scala213-test:
+ name: Java 17 with Scala 2.13 Test
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
scala:
- '2.13'
java:
- - '8'
+ - '21'
Review Comment:
```suggestion
- '17'
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]