zhenlineo commented on code in PR #40564:
URL: https://github.com/apache/spark/pull/40564#discussion_r1152212099
##########
connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/client/util/IntegrationTestUtils.scala:
##########
@@ -57,6 +57,12 @@ object IntegrationTestUtils {
Files.exists(Paths.get(filePath))
}
+ private[sql] lazy val isCatalystTestJarAvailable: Boolean = {
+ val filePath = s"$sparkHome/sql/catalyst/target/" +
+
s"spark-catalyst_$scalaVersion-${org.apache.spark.SPARK_VERSION}-tests.jar"
Review Comment:
This is the maven jar. You shall also check the sbt jar is there too.
Otherwise our build will not be able to run even the sbt test jar is built.
Maybe you can use the `findJar` to help you here?
--
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]