alamb commented on code in PR #4136:
URL: https://github.com/apache/arrow-datafusion/pull/4136#discussion_r1017143863
##########
benchmarks/Cargo.toml:
##########
@@ -34,21 +34,21 @@ snmalloc = ["snmalloc-rs"]
[dependencies]
arrow = "26.0.0"
-datafusion = { path = "../datafusion/core" }
+datafusion = { path = "../datafusion/core", version = "14.0.0" }
env_logger = "0.9"
futures = "0.3"
mimalloc = { version = "0.1", optional = true, default-features = false }
num_cpus = "1.13.0"
object_store = "0.5.0"
parquet = "26.0.0"
-parquet-test-utils = { path = "../parquet-test-utils/" }
+parquet-test-utils = { path = "../parquet-test-utils/", version = "0.1.0" }
Review Comment:
Yeah, I agree there is some sort of impedance mismatch with the benchmarks
at the moment (like are they something we ever want to run outside a source
checkout) 🤔
--
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]