Skip to content

Commit 2f0a654

Browse files
committed
*: bump arrow to pull in asubiotto arrow-ord fixes
1 parent 26058ac commit 2f0a654

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Cargo.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,25 @@ incremental = false
185185
# Detects large stack-allocated futures that may cause stack overflow crashes (see threshold in clippy.toml)
186186
large_futures = "warn"
187187

188+
[patch.crates-io]
189+
# Until https://github.com/apache/arrow-rs/pull/7131 is merged and released.
190+
arrow = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
191+
arrow-arith = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
192+
arrow-array = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
193+
arrow-buffer = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
194+
arrow-cast = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
195+
arrow-csv = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
196+
arrow-data = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
197+
arrow-flight = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
198+
arrow-ipc = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
199+
arrow-json = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
200+
arrow-ord = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
201+
arrow-row = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
202+
arrow-schema = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
203+
arrow-select = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
204+
arrow-string = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
205+
parquet = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
206+
188207
[workspace.lints.rust]
189208
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
190209
unused_qualifications = "deny"

0 commit comments

Comments
 (0)