You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "mingmwang (via GitHub)" <gi...@apache.org> on 2023/03/29 09:26:57 UTC

[GitHub] [arrow-datafusion] mingmwang commented on issue #5771: use dataframe to filter with exists subquery,TableScan node added a unexpected projection

mingmwang commented on issue #5771:
URL: https://github.com/apache/arrow-datafusion/issues/5771#issuecomment-1488253981

   I think there are 2 issues here.
   1. In the SQL case, the subquery plan inside the sub query expression does not get a chance to run all the optimizer rules,
   this is a known issue.
   2. In the DataFrame case, after apply the push_down_projection  rule, the subquery plan added unnecessary projection


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

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