mbutrovich commented on code in PR #2040: URL: https://github.com/apache/datafusion-comet/pull/2040#discussion_r2246407674
########## native/Cargo.toml: ########## @@ -34,12 +34,12 @@ edition = "2021" rust-version = "1.85" [workspace.dependencies] -arrow = { version = "55.1.0", features = ["prettyprint", "ffi", "chrono-tz"] } +arrow = { version = "55.2.0", features = ["prettyprint", "ffi", "chrono-tz"] } async-trait = { version = "0.1" } bytes = { version = "1.10.0" } -parquet = { version = "55.1.0", default-features = false, features = ["experimental"] } -datafusion = { version = "48.0.0", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] } -datafusion-spark = { version = "48.0.0" } +parquet = { version = "55.2.0", default-features = false, features = ["experimental"] } +datafusion = { git = "https://github.com/apache/datafusion.git", branch = "branch-49", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] } Review Comment: can we change this to use the crate? ########## native/Cargo.toml: ########## @@ -34,12 +34,12 @@ edition = "2021" rust-version = "1.85" [workspace.dependencies] -arrow = { version = "55.1.0", features = ["prettyprint", "ffi", "chrono-tz"] } +arrow = { version = "55.2.0", features = ["prettyprint", "ffi", "chrono-tz"] } async-trait = { version = "0.1" } bytes = { version = "1.10.0" } -parquet = { version = "55.1.0", default-features = false, features = ["experimental"] } -datafusion = { version = "48.0.0", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] } -datafusion-spark = { version = "48.0.0" } +parquet = { version = "55.2.0", default-features = false, features = ["experimental"] } +datafusion = { git = "https://github.com/apache/datafusion.git", branch = "branch-49", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] } Review Comment: can we change this to use the crate now? -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org