findepi commented on code in PR #13042:
URL: https://github.com/apache/datafusion/pull/13042#discussion_r1810448455


##########
Cargo.toml:
##########
@@ -169,3 +169,19 @@ large_futures = "warn"
 
 [workspace.lints.rust]
 unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
+
+## Temporary arrow-rs patch until 52.2.0 is released
+
+[patch.crates-io]
+arrow = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-array = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-buffer = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-cast = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-data = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-ipc = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-schema = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-select = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-string = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-ord = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-flight = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+parquet = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }

Review Comment:
   remember to remove



##########
datafusion-cli/Cargo.toml:
##########
@@ -66,3 +66,17 @@ assert_cmd = "2.0"
 ctor = "0.2.0"
 predicates = "3.0"
 rstest = "0.22"
+
+[patch.crates-io]
+arrow = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-array = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-buffer = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-cast = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-data = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-ipc = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-schema = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-select = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-string = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-ord = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+arrow-flight = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }
+parquet = { git = "https://github.com/apache/arrow-rs.git";, rev = 
"0d271514407f11b4ee6985f204632515f3d8806a" }

Review Comment:
   remember to remove



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to