Ivan Sadikov created SPARK-42128:
------------------------------------

             Summary: Limit pushdown for MS SQL Server
                 Key: SPARK-42128
                 URL: https://issues.apache.org/jira/browse/SPARK-42128
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.4.0
            Reporter: Ivan Sadikov


Currently MS SQL Server dialect does not support Limit clause and therefore 
pushdown. However, SQL Server supports TOP (N) expression which works in a 
similar way. We can use TOP (N) instead of the limit.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to