francis0407 commented on issue #24344: [SPARK-27440][SQL] Optimize uncorrelated 
predicate subquery
URL: https://github.com/apache/spark/pull/24344#issuecomment-485061390
 
 
   I add several unit tests for both single-column IN subquery and multi-column 
IN subquery. I didn't test `NOT IN` because it should behave as `NOT (x IN 
(subquery))`.
   Also, I optimize `InSubquery` in the rule `RewriteUncorrelatedSubquery`, 
pushing the left values into the subquery.
   cc @cloud-fan, @viirya  

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to