Hisoka-X commented on code in PR #40564:
URL: https://github.com/apache/spark/pull/40564#discussion_r1155076595
##########
connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/client/util/IntegrationTestUtils.scala:
##########
@@ -57,6 +57,15 @@ object IntegrationTestUtils {
Files.exists(Paths.get(filePath))
}
+ private[sql] lazy val isCatalystTestJarAvailable: Boolean = {
Review Comment:
Before add `isCatalystTestJarAvailable` check, I didn't modify sbt build
script. So it didn't work on sbt . Check
https://github.com/apache/spark/pull/40564#discussion_r1152081937 . But now I
think I can remove this check.
--
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]