LuciferYang commented on code in PR #41483:
URL: https://github.com/apache/spark/pull/41483#discussion_r1220852413


##########
connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/client/util/RemoteSparkSession.scala:
##########
@@ -168,6 +159,56 @@ trait RemoteSparkSession extends ConnectFunSuite with 
BeforeAndAfterAll {
   import SparkConnectServerUtils._
   var spark: SparkSession = _
   protected lazy val serverPort: Int = port
+  protected lazy val transferredClientJarIfNeed: Boolean = {
+    if (sys.env.contains("USE_MAVEN")) {
+      if (RemoteSparkSession.transferredClientJar.get()) {

Review Comment:
   It seems that the same `Artifact` cannot be transmitted repeatedly, so add a 
status to ensure this
   
   



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

Reply via email to