Skip to content

Commit 9a0700f

Browse files
committed
use latest commit of arrow to bring in fix
1 parent 6a88fe6 commit 9a0700f

File tree

2 files changed

+32
-48
lines changed

2 files changed

+32
-48
lines changed

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: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -217,22 +217,22 @@ uninlined_format_args = "warn"
217217

218218
[patch.crates-io]
219219
# Until https://github.com/apache/arrow-rs/pull/7131 is merged and released.
220-
arrow = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
221-
arrow-arith = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
222-
arrow-array = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
223-
arrow-buffer = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
224-
arrow-cast = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
225-
arrow-csv = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
226-
arrow-data = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
227-
arrow-flight = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
228-
arrow-ipc = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
229-
arrow-json = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
230-
arrow-ord = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
231-
arrow-row = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
232-
arrow-schema = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
233-
arrow-select = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
234-
arrow-string = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
235-
parquet = { git = "https://github.com/polarsignals/arrow-rs.git", branch = "master" }
220+
arrow = { git = "https://github.com/apache/arrow-rs.git", rev = "e9df239" }
221+
arrow-arith = { git = "https://github.com/apache/arrow-rs.git", rev = "e9df239" }
222+
arrow-array = { git = "https://github.com/apache/arrow-rs.git", rev = "e9df239" }
223+
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", rev = "e9df239" }
224+
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", rev = "e9df239" }
225+
arrow-csv = { git = "https://github.com/apache/arrow-rs.git", rev = "e9df239" }
226+
arrow-data = { git = "https://github.com/apache/arrow-rs.git", rev = "e9df239" }
227+
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev = "e9df239" }
228+
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", rev = "e9df239" }
229+
arrow-json = { git = "https://github.com/apache/arrow-rs.git", rev = "e9df239" }
230+
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", rev = "e9df239" }
231+
arrow-row = { git = "https://github.com/apache/arrow-rs.git", rev = "e9df239" }
232+
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", rev = "e9df239" }
233+
arrow-select = { git = "https://github.com/apache/arrow-rs.git", rev = "e9df239" }
234+
arrow-string = { git = "https://github.com/apache/arrow-rs.git", rev = "e9df239" }
235+
parquet = { git = "https://github.com/apache/arrow-rs.git", rev = "e9df239" }
236236

237237
[workspace.lints.rust]
238238
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }

0 commit comments

Comments
 (0)