avantgardnerio commented on PR #2813: URL: https://github.com/apache/arrow-datafusion/pull/2813#issuecomment-1171648580
The remaining failing queries seem to fall into two categories: 1. Ones that fail because we only handle `where exists` with this PR (not `where x < (subquery)` expressions) 2. Ones that fail due to multiple subqueries in the same filter expression (which means we have to run this iteratively or something) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org