cloud-fan commented on code in PR #48096:
URL: https://github.com/apache/spark/pull/48096#discussion_r1757784259
##########
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:
Maybe we should remove this test completely. We already have the parser unit
test to verify the fix, and it doesn't seem to be necessary to run this very
slow end-to-end test in the CI.
--
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]