mustafasrepo commented on issue #9109:
URL: 
https://github.com/apache/arrow-datafusion/issues/9109#issuecomment-1929506409

   When I run the queries as you described in the issue body. I got the 
following plan:
   ```
   logical_plan 
   TableScan: t projection=[x], unsupported_filters=[t.y > Int64(0)]
   physical_plan 
   MemoryExec: partitions=1, partition_sizes=[1]
   ```
   Considering [#9131 
review](https://github.com/apache/arrow-datafusion/pull/9131#pullrequestreview-1865020767).
 I don't think these plans are wrong or sub-optimal. Can you try your queries 
in the main branch (not in the latest release) if possible. Because, I couldn't 
reproduce the logical plan in the issue.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to