pan3793 commented on PR #7274:
URL: https://github.com/apache/kyuubi/pull/7274#issuecomment-4190391654

   > Why are PR's not mereged and just closed?
   
   @Chaho12 we use a script instead of GitHub's "merge button" to merge PR, so 
the final status is inconsistent, this patch has been included in v1.11.0.
   
   
   > BTW kyuubi 1.11.1 seems that it is not built with scala 2.13, it just 
supports 2.13 for now right?
   
   The pre-built binary distribution mainly uses Scala 2.12, with additional 
`externals/engines/spark/kyuubi-spark-sql-engine_2.13-1.11.1.jar`, Kyuubi will 
pick the right engine jar according to your `SPARK_HOME`. let's say you 
configure `SPARK_HOME` in `conf/kyuubi-env.sh` to `/path/of/spark-3.5`(built 
with scala 2.12), it picks `kyuubi-spark-sql-engine_2.12-1.11.1.jar`, and if 
`SPARK_HOME` points to `/path/of/spark-4.1`(built with scala 2.13), it picks 
`kyuubi-spark-sql-engine_2.13-1.11.1.jar`


-- 
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]

Reply via email to