Skip to content

Commit

Permalink
DO NOT MERGE: Make code compile against master branch of arrow-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed May 13, 2024
1 parent 5b74c2d commit d0795b4
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 78 deletions.
16 changes: 16 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,19 @@ large_futures = "warn"

[workspace.lints.rust]
unused_imports = "deny"

[patch.crates-io]
arrow-arith = { git = "https://github.com/apache/arrow-rs.git", rev = "7d465b87ccddbff7696e52481de41d8d2bbe7d4b" }
arrow-array = { git = "https://github.com/apache/arrow-rs.git", rev = "7d465b87ccddbff7696e52481de41d8d2bbe7d4b" }
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", rev = "7d465b87ccddbff7696e52481de41d8d2bbe7d4b" }
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", rev = "7d465b87ccddbff7696e52481de41d8d2bbe7d4b" }
arrow-csv = { git = "https://github.com/apache/arrow-rs.git", rev = "7d465b87ccddbff7696e52481de41d8d2bbe7d4b" }
arrow-data = { git = "https://github.com/apache/arrow-rs.git", rev = "7d465b87ccddbff7696e52481de41d8d2bbe7d4b" }
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev = "7d465b87ccddbff7696e52481de41d8d2bbe7d4b" }
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", rev = "7d465b87ccddbff7696e52481de41d8d2bbe7d4b" }
arrow-json = { git = "https://github.com/apache/arrow-rs.git", rev = "7d465b87ccddbff7696e52481de41d8d2bbe7d4b" }
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", rev = "7d465b87ccddbff7696e52481de41d8d2bbe7d4b" }
arrow-row = { git = "https://github.com/apache/arrow-rs.git", rev = "7d465b87ccddbff7696e52481de41d8d2bbe7d4b" }
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", rev = "7d465b87ccddbff7696e52481de41d8d2bbe7d4b" }
arrow-select = { git = "https://github.com/apache/arrow-rs.git", rev = "7d465b87ccddbff7696e52481de41d8d2bbe7d4b" }
arrow-string = { git = "https://github.com/apache/arrow-rs.git", rev = "7d465b87ccddbff7696e52481de41d8d2bbe7d4b" }
Loading

0 comments on commit d0795b4

Please sign in to comment.