viirya commented on code in PR #239:
URL: 
https://github.com/apache/arrow-datafusion-comet/pull/239#discussion_r1546034094


##########
core/Cargo.toml:
##########
@@ -29,12 +29,12 @@ include = [
 
 [dependencies]
 parquet-format = "4.0.0" # This must be kept in sync with that from parquet 
crate
-arrow = { version = "~50.0.0", features = ["prettyprint", "ffi", "chrono-tz"] }
-arrow-array = { version = "~50.0.0" }
-arrow-data = { version = "~50.0.0" }
-arrow-schema = { version = "~50.0.0" }
-arrow-string = { version = "~50.0.0" }
-parquet = { version = "~50.0.0", default-features = false, features = 
["experimental"] }
+arrow = { git = "https://github.com/viirya/arrow-rs.git";, rev = "3f1ae0c", 
features = ["prettyprint", "ffi", "chrono-tz"] }
+arrow-array = { git = "https://github.com/viirya/arrow-rs.git";, rev = 
"3f1ae0c" }
+arrow-data = { git = "https://github.com/viirya/arrow-rs.git";, rev = "3f1ae0c" 
}
+arrow-schema = { git = "https://github.com/viirya/arrow-rs.git";, rev = 
"3f1ae0c" }
+arrow-string = { git = "https://github.com/viirya/arrow-rs.git";, rev = 
"3f1ae0c" }
+parquet = { git = "https://github.com/viirya/arrow-rs.git";, rev = "3f1ae0c", 
default-features = false, features = ["experimental"] }

Review Comment:
   This patch basically switches to use the specified branch in my forked repo. 
It adds a hacky fix to the Java Arrow bug. Once the Java Arrow bug fix is 
merged and released, we can restore this back.



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

Reply via email to