Skip to content

Commit 206dc33

Browse files
committed
Update to arrow main
1 parent 775277a commit 206dc33

2 files changed

Lines changed: 45 additions & 32 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,3 +272,32 @@ incremental = false
272272
inherits = "release"
273273
debug = true
274274
strip = false
275+
276+
## Temporary arrow-rs patch until 57.2.0 is released
277+
278+
[patch.crates-io]
279+
arrow = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
280+
arrow-array = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
281+
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
282+
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
283+
arrow-data = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
284+
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
285+
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
286+
arrow-select = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
287+
arrow-string = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
288+
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
289+
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
290+
parquet = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
291+
292+
#arrow = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow" }
293+
#arrow-array = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-array" }
294+
#arrow-buffer = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-buffer" }
295+
#arrow-cast = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-cast" }
296+
#arrow-data = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-data" }
297+
#arrow-ipc = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-ipc" }
298+
#arrow-schema = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-schema" }
299+
#arrow-select = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-select" }
300+
#arrow-string = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-string" }
301+
#arrow-ord = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-ord" }
302+
#arrow-flight = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-flight" }
303+
#parquet = { path= "/Users/andrewlamb/Software/arrow-rs2/parquet" }

0 commit comments

Comments
 (0)