dongjoon-hyun commented on code in PR #53428:
URL: https://github.com/apache/spark/pull/53428#discussion_r2607509827
##########
sql/core/src/test/resources/sql-tests/inputs/cte-recursion.sql:
##########
@@ -248,7 +248,6 @@ WITH
SELECT * FROM t1
)
SELECT * FROM t2;
-SET spark.sql.legacy.ctePrecedencePolicy=EXCEPTION;
Review Comment:
Please revert this change. This is a change of test coverage. You should not
do this in this PR.
--
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]