xudong963 opened a new issue, #18400:
URL: https://github.com/apache/datafusion/issues/18400

   For example: 
   ```
   SELECT c1 FROM t WHERE c1 > 0 LIMIT 2
   ```
   
   If pushdown_filters is enabled, the `c1>0` condition doesn't need to be kept 
in a FilterExec; the row_filter will perform the exact filtering.


-- 
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]


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

Reply via email to