zhuqi-lucas commented on issue #19654:
URL: https://github.com/apache/datafusion/issues/19654#issuecomment-3748050897

   > [@zhuqi-lucas](https://github.com/zhuqi-lucas), for our cases, we can see 
it as "Support offset for single file scans without predicates", right? (The 
filter won't filter any rows; all row groups are totally matched).
   
   But the filter also pushdown to datasource for our case, so it should 
support "Support offset for single file scans with predicates", and the 
datasource can skip row groups for the filter. And it can match our cases.


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