manuzhang commented on a change in pull request #29210:
URL: https://github.com/apache/spark/pull/29210#discussion_r474585539



##########
File path: sql/core/src/test/resources/sql-tests/inputs/cte-recursion.sql
##########
@@ -0,0 +1,409 @@
+--CONFIG_DIM1 spark.sql.autoBroadcastJoinThreshold=10485760
+--CONFIG_DIM1 spark.sql.autoBroadcastJoinThreshold=-1
+
+--CONFIG_DIM2 spark.sql.adaptive.enabled=false
+--CONFIG_DIM2 spark.sql.adaptive.enabled=true
+
+CREATE TEMPORARY VIEW t AS SELECT * FROM VALUES 0, 1, 2 AS t(id);
+
+-- fails due to recursion isn't allowed with RECURSIVE keyword

Review comment:
       without RECURSIVE ?




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



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

Reply via email to