HyukjinKwon commented on a change in pull request #27516: 
[SPARK-30556][SQL][FOLLOWUP] Reset the status changed in 
SQLExecution.withThreadLocalCaptured
URL: https://github.com/apache/spark/pull/27516#discussion_r376933621
 
 

 ##########
 File path: 
sql/core/src/test/scala/org/apache/spark/sql/internal/ExecutorSideSQLConfSuite.scala
 ##########
 @@ -144,16 +146,16 @@ class ExecutorSideSQLConfSuite extends SparkFunSuite 
with SQLTestUtils {
         }
 
         // set local configuration and assert
-        val confValue1 = "e"
+        val confValue1 = UUID.randomUUID().toString()
 
 Review comment:
   I don't think this is particularly needed. The value here doesn't matter at 
all. It doesn't test if the given value itself was correct or not. It just 
tests if the value is set or not. But .. I am okay.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to