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


##########
connector/connect/client/jvm-e2e-tests/src/test/scala/org/apache/spark/sql/connect/client/util/RemoteSparkSession.scala:
##########
@@ -54,7 +54,7 @@ object SparkConnectServerUtils {
     }
     sys.props.getOrElse("spark.test.home", sys.env("SPARK_HOME"))
   }
-  private val isDebug = System.getProperty(DEBUG_SC_JVM_CLIENT, 
"false").toBoolean
+  private val isDebug = System.getProperty(DEBUG_SC_JVM_CLIENT, 
"true").toBoolean

Review Comment:
   will revert this change after all test passed



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

Reply via email to