tustvold commented on issue #2489: URL: https://github.com/apache/arrow-datafusion/issues/2489#issuecomment-1120934832
Yeah as alluded to by @alamb, my plan is to get the iox code released to crates.io so that DataFusion _could_ use it. There would then be a couple of potential courses of action for DataFusion: * Do nothing :smile: * Migrate to using the `object_store` crate to fetch parquet files to local disk. This would potentially fetch more bytes from object storage, but as described in #2205 this may actually be faster. It would also be temporary pending https://github.com/apache/arrow-rs/issues/1605 * Wait for https://github.com/apache/arrow-rs/issues/1605 and then migrate to using the `object_store` crate -- 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]
