miland-db commented on code in PR #52371:
URL: https://github.com/apache/spark/pull/52371#discussion_r2368508070


##########
sql/connect/server/src/test/scala/org/apache/spark/sql/connect/service/SparkConnectServiceE2ESuite.scala:
##########
@@ -49,6 +49,9 @@ class SparkConnectServiceE2ESuite extends 
SparkConnectServerTest {
       // this will create the session, and then ReleaseSession at the end of 
withClient.
       val enableSqlScripting = client.execute(buildPlan("SET 
spark.sql.scripting.enabled=true"))
       enableSqlScripting.hasNext // trigger execution
+      val enableContinueHandler =
+        client.execute(buildPlan("SET 
spark.sql.scripting.continueHandlerEnabled=true"))
+      enableContinueHandler.hasNext // trigger execution

Review Comment:
   This change is not needed in this test. Let's remove it for now.



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