milenkovicm commented on issue #2213: URL: https://github.com/apache/datafusion-ballista/issues/2213#issuecomment-5145079974
hey @matteobovetti thanks for reporting! `object_store` comes as dependency from `datafusion` and is far as i know we have to keep the same version. looks like datafusion is still on 0.13: https://github.com/apache/datafusion/blob/dbcb5c0f729e9ef6b0ab4c79253fe3b657929f48/Cargo.toml#L179 `object_store` updated its dependencies to reflect this: https://github.com/apache/arrow-rs-object-store/blob/84d24eb8efcec9448566de09e94d2d4b74b21ebe/Cargo.toml#L56 Therefore, I believe this issue will be resolved once `datafusion` updates its dependencies. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
