tustvold commented on PR #7170: URL: https://github.com/apache/arrow-rs/pull/7170#issuecomment-2675269346
> Do you mean that instead of the trait Extension approach shown in this PR we do exactly as is done for extensions in datafusion, ie just use a HashMap<TypeId, Arc<dyn Any + Send + Sync + 'static>>? No I mean registering the entire DF's Extensions bundle onto the ObjectStore Extensions bundle > like using it the way influxdb is more or less requires passing in some kind of Arc<dyn ObjectStore> so I don't yet see how overriding AsyncFileReaderFactory would be a viable alternative here It would entail making changes to how InfluxDB is using this, correct. I believe it shouldn't require changes to DF, given that AsyncFileReaderFactory was added to enable using DF with other IO abstractions such as OpenDAL. -- 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]
