pan3793 commented on code in PR #6436:
URL: https://github.com/apache/kyuubi/pull/6436#discussion_r1621870745
##########
.github/workflows/master.yml:
##########
@@ -170,6 +170,54 @@ jobs:
**/kyuubi-jdbc-engine.log*
**/kyuubi-hive-sql-engine.log*
+ spark-connector-cross-version-test:
+ name: Kyuubi Spark Connector Cross Version Test
+ runs-on: ubuntu-22.04
+ strategy:
+ fail-fast: false
+ max-parallel: 6
+ matrix:
+ java:
Review Comment:
might be good to use Java 17 only, Scala version should be considered 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]