LuciferYang commented on code in PR #42069: URL: https://github.com/apache/spark/pull/42069#discussion_r1273081014
########## connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/client/util/RemoteSparkSession.scala: ########## @@ -211,6 +199,23 @@ trait RemoteSparkSession extends ConnectFunSuite with BeforeAndAfterAll { throw error } } + + addClientTestArtifactInServerClasspath(spark) Review Comment: should move into `if (SystemUtils.isJavaVersionAtMost(JavaVersion.JAVA_17)) {` block -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org