dongjoon-hyun commented on code in PR #48096:
URL: https://github.com/apache/spark/pull/48096#discussion_r1757932268


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/ExecuteImmediateEndToEndSuite.scala:
##########
@@ -38,7 +38,8 @@ class ExecuteImmediateEndToEndSuite extends QueryTest with 
SharedSparkSession {
     }
   }
 
-  test("EXEC IMMEDIATE STACK OVERFLOW") {
+  // TODO(SPARK-49622) Re-enable `EXEC IMMEDIATE STACK OVERFLOW` test case
+  ignore("EXEC IMMEDIATE STACK OVERFLOW") {

Review Comment:
   Thank you. Ya, let's remove 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: [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