Skip to content

Commit c5bb25e

Browse files
committed
update pin
1 parent 5349c73 commit c5bb25e

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -237,18 +237,18 @@ unused_qualifications = "deny"
237237

238238
# pin to https://github.com/apache/arrow-rs/pull/7650
239239
[patch.crates-io]
240-
arrow = { git = "https://github.com/alamb/arrow-rs.git", rev = "8d4fad51706144034eacc08090865771e9a1426c" }
241-
arrow-array = { git = "https://github.com/alamb/arrow-rs.git", rev = "8d4fad51706144034eacc08090865771e9a1426c" }
242-
arrow-buffer = { git = "https://github.com/alamb/arrow-rs.git", rev = "8d4fad51706144034eacc08090865771e9a1426c" }
243-
arrow-cast = { git = "https://github.com/alamb/arrow-rs.git", rev = "8d4fad51706144034eacc08090865771e9a1426c" }
244-
arrow-data = { git = "https://github.com/alamb/arrow-rs.git", rev = "8d4fad51706144034eacc08090865771e9a1426c" }
245-
arrow-ipc = { git = "https://github.com/alamb/arrow-rs.git", rev = "8d4fad51706144034eacc08090865771e9a1426c" }
246-
arrow-schema = { git = "https://github.com/alamb/arrow-rs.git", rev = "8d4fad51706144034eacc08090865771e9a1426c" }
247-
arrow-select = { git = "https://github.com/alamb/arrow-rs.git", rev = "8d4fad51706144034eacc08090865771e9a1426c" }
248-
arrow-string = { git = "https://github.com/alamb/arrow-rs.git", rev = "8d4fad51706144034eacc08090865771e9a1426c" }
249-
arrow-ord = { git = "https://github.com/alamb/arrow-rs.git", rev = "8d4fad51706144034eacc08090865771e9a1426c" }
250-
arrow-flight = { git = "https://github.com/alamb/arrow-rs.git", rev = "8d4fad51706144034eacc08090865771e9a1426c" }
251-
parquet = { git = "https://github.com/alamb/arrow-rs.git", rev = "8d4fad51706144034eacc08090865771e9a1426c" }
240+
arrow = { git = "https://github.com/alamb/arrow-rs.git", rev = "99161728b473dc9d0ee1b8a1387ec94110cfc1cc" }
241+
arrow-array = { git = "https://github.com/alamb/arrow-rs.git", rev = "99161728b473dc9d0ee1b8a1387ec94110cfc1cc" }
242+
arrow-buffer = { git = "https://github.com/alamb/arrow-rs.git", rev = "99161728b473dc9d0ee1b8a1387ec94110cfc1cc" }
243+
arrow-cast = { git = "https://github.com/alamb/arrow-rs.git", rev = "99161728b473dc9d0ee1b8a1387ec94110cfc1cc" }
244+
arrow-data = { git = "https://github.com/alamb/arrow-rs.git", rev = "99161728b473dc9d0ee1b8a1387ec94110cfc1cc" }
245+
arrow-ipc = { git = "https://github.com/alamb/arrow-rs.git", rev = "99161728b473dc9d0ee1b8a1387ec94110cfc1cc" }
246+
arrow-schema = { git = "https://github.com/alamb/arrow-rs.git", rev = "99161728b473dc9d0ee1b8a1387ec94110cfc1cc" }
247+
arrow-select = { git = "https://github.com/alamb/arrow-rs.git", rev = "99161728b473dc9d0ee1b8a1387ec94110cfc1cc" }
248+
arrow-string = { git = "https://github.com/alamb/arrow-rs.git", rev = "99161728b473dc9d0ee1b8a1387ec94110cfc1cc" }
249+
arrow-ord = { git = "https://github.com/alamb/arrow-rs.git", rev = "99161728b473dc9d0ee1b8a1387ec94110cfc1cc" }
250+
arrow-flight = { git = "https://github.com/alamb/arrow-rs.git", rev = "99161728b473dc9d0ee1b8a1387ec94110cfc1cc" }
251+
parquet = { git = "https://github.com/alamb/arrow-rs.git", rev = "99161728b473dc9d0ee1b8a1387ec94110cfc1cc" }
252252

253253

254254
#arrow = { path= "/Users/andrewlamb/Software/arrow-rs/arrow" }

0 commit comments

Comments
 (0)