jchen5 commented on PR #39375:
URL: https://github.com/apache/spark/pull/39375#issuecomment-1397459943

   Definitely, I added some more tests. The is the set of factors I tested:
   - Subquery type:
     - Eligible for DecorrelateInnerQuery: Scalar, lateral join
     - Not supported: EXISTS (new tests) and IN (existing tests)
   - UNION inside (new tests) and outside (new+existing tests)
   - Correlation in where, project, group by, aggregates, or no correlation
   - Project, Aggregate, Window under the Union
   - COUNT bug
   


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

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


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

Reply via email to