alamb commented on issue #7292: URL: https://github.com/apache/arrow-datafusion/issues/7292#issuecomment-1682335828
It seems like another possibility might be to add another argument to the `TableProvider::scan` argument. That way it would parallel other options that get pushed down like limit and filtering 🤔 https://docs.rs/datafusion/latest/datafusion/datasource/provider/trait.TableProvider.html#tymethod.scan (if we are going to update the scan method, we might want to think about making a `ScanOptions` type struct and leave some backwards compatibility pieces around) -- 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]
