houqp commented on issue #1384: URL: https://github.com/apache/arrow-datafusion/issues/1384#issuecomment-982329786
@sergiimk with the new API, we are supposed to perform the file listing pruning inside TableProvider's scan method like this https://github.com/delta-io/delta-rs/blob/44fff8f50563c7d3d89866e2b93025541765a08e/rust/src/delta_datafusion.rs#L240. You shouldn't need to touch objectstore since this abstraction is supposed to agnostic to table layouts and file formats. -- 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]
