Pavle Martinović created SPARK-53127:
----------------------------------------

             Summary: Enable LIMIT ALL to override recursion row limit 
                 Key: SPARK-53127
                 URL: https://issues.apache.org/jira/browse/SPARK-53127
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 4.1.0
            Reporter: Pavle Martinović


Currently there is a max recursion row limit configurable by a flag. Using 
LIMIT bypasses this flag, but this cannot be used for infinite recursions, or 
recursions that return more than MAXINT rows. 

 

Since LIMIT bypasses the recursion limit, LIMIT ALL should disable any LIMIT 
and allow the recursion to run infinitely.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to