EmilyMatt commented on code in PR #1514:
URL: https://github.com/apache/datafusion-comet/pull/1514#discussion_r1993058037


##########
native/Cargo.toml:
##########
@@ -35,22 +35,10 @@ rust-version = "1.85"
 
 [workspace.dependencies]
 arrow = { version = "54.2.0", features = ["prettyprint", "ffi", "chrono-tz"] }
-arrow-array = { version = "54.2.0" }
-arrow-buffer = { version = "54.2.0" }
-arrow-data = { version = "54.2.0" }
-arrow-schema = { version = "54.2.0" }
 async-trait = { version = "0.1" }
 bytes = { version = "1.10.0" }
 parquet = { version = "54.2.0", default-features = false, features = 
["experimental"] }

Review Comment:
   parquet is not exported by any arrow crate, it is a standalone, so has to be 
kept still^



-- 
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

Reply via email to