alamb commented on a change in pull request #811: URL: https://github.com/apache/arrow-datafusion/pull/811#discussion_r693233342
########## File path: datafusion/Cargo.toml ########## @@ -56,9 +56,9 @@ paste = "^1.0" num_cpus = "1.13.0" chrono = "0.4" async-trait = "0.1.41" -futures = "0.3" +futures = { version = "0.3", features = ["executor"] } Review comment: The other thing I was thinking about was what about adding in the ObjectStore interfaces in one PR and then start hooking that up into the rest of the system / rewrite the existing data sources (like Parquet, etc) as separate PRs. I think @yjshen has done a great job with this PR showing how everything would hook together, but I do feel like this PR is slightly beyond my ability to comprehend given its size and scope. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org