hvanhovell commented on code in PR #42518:
URL: https://github.com/apache/spark/pull/42518#discussion_r1307403379
##########
connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/client/CheckConnectJvmClientCompatibility.scala:
##########
@@ -46,18 +47,30 @@ object CheckConnectJvmClientCompatibility {
sys.env("SPARK_HOME")
}
+ private val sqlJar = {
Review Comment:
For the scala client it would pick up the assembly jar instead of the
regular one. Since we only run this using SBT hardcoding it like this is fine.
--
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]