cloud-fan commented on code in PR #50803: URL: https://github.com/apache/spark/pull/50803#discussion_r2078188948
########## sql/core/src/test/resources/sql-tests/results/postgreSQL/with.sql.out: ########## @@ -986,17 +986,13 @@ WITH RECURSIVE x(n) AS (SELECT 1 UNION ALL SELECT n+1 FROM x -- !query schema struct<> -- !query output -org.apache.spark.sql.AnalysisException +org.apache.spark.SparkException { - "errorClass" : "INVALID_RECURSIVE_REFERENCE.NUMBER", + "errorClass" : "RECURSION_LEVEL_LIMIT_EXCEEDED", Review Comment: Does this test really come from pgsql? What does pgsql return for this query? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org