cloud-fan commented on code in PR #50868:
URL: https://github.com/apache/spark/pull/50868#discussion_r2086785094


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -4636,7 +4636,7 @@
   },
   "RECURSION_ROW_LIMIT_EXCEEDED" : {
     "message" : [
-      "Recursion row limit <rowLimit> reached but query has not exhausted, try 
increasing 'spark.sql.cteRecursionRowLimit'"
+      "Recursion row limit <rowLimit> reached but query has not exhausted, try 
setting a custom LIMIT value."

Review Comment:
   ```suggestion
         "Recursion row limit <rowLimit> reached but query has not exhausted, 
try setting a larger LIMIT value when querying the CTE relation."
   ```



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