You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "agubichev (via GitHub)" <gi...@apache.org> on 2023/09/25 15:50:29 UTC

[GitHub] [spark] agubichev commented on pull request #43061: [SQL] Throw an error for correlated exists/IN subqueries with LIMIT clauses

agubichev commented on PR #43061:
URL: https://github.com/apache/spark/pull/43061#issuecomment-1734022175

   > * Uncorrelated IN/EXISTS subqueries with LIMIT
   
   Yes, these are all covered by tests. The first class of queries are (correlated scalar/lateral with limit) are tested in https://github.com/apache/spark/pull/42705.
   The second class of queries (correlated exists/in with limit) are tested in this PR.
   The third class of queries (uncorrelated exists/in with limit) are tested at HEAD, the tests in this PR are largely based on those tests.


-- 
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-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org