alamb commented on PR #7620: URL: https://github.com/apache/arrow-datafusion/pull/7620#issuecomment-1734309056
> Are there any advantages to caching file listing in DataFusion instead of inside the ObjectStore? It seems to me it should be possible to implement this without any changes to DataFusion itself. There may be tradeoffs there I'm not aware of though This is an excellent point @suremarc -- what do you think @Ted-Jiang of making a Caching `ObjectStore` implementation? As @suremarc points out, there is nothing DataFusion specific about this feature, so perhaps it would be better modeled at the `ObjectStore` level 🤔 -- 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]
