Skip to content

Commit 21071e2

Browse files
committed
TEST: use new async parquet reader
1 parent 607325a commit 21071e2

File tree

2 files changed

+35
-34
lines changed

2 files changed

+35
-34
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,20 @@ incremental = false
262262
inherits = "release"
263263
debug = true
264264
strip = false
265+
266+
267+
268+
# Test with https://github.com/apache/arrow-rs/pull/8159 (push decoder)
269+
[patch.crates-io]
270+
arrow = { git = "https://github.com/apache/arrow-rs.git", rev = "776ee65abe14f6aac7d92c729e945e729ba8d4a1" }
271+
arrow-array = { git = "https://github.com/apache/arrow-rs.git", rev = "776ee65abe14f6aac7d92c729e945e729ba8d4a1" }
272+
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", rev = "776ee65abe14f6aac7d92c729e945e729ba8d4a1" }
273+
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", rev = "776ee65abe14f6aac7d92c729e945e729ba8d4a1" }
274+
arrow-data = { git = "https://github.com/apache/arrow-rs.git", rev = "776ee65abe14f6aac7d92c729e945e729ba8d4a1" }
275+
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", rev = "776ee65abe14f6aac7d92c729e945e729ba8d4a1" }
276+
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", rev = "776ee65abe14f6aac7d92c729e945e729ba8d4a1" }
277+
arrow-select = { git = "https://github.com/apache/arrow-rs.git", rev = "776ee65abe14f6aac7d92c729e945e729ba8d4a1" }
278+
arrow-string = { git = "https://github.com/apache/arrow-rs.git", rev = "776ee65abe14f6aac7d92c729e945e729ba8d4a1" }
279+
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", rev = "776ee65abe14f6aac7d92c729e945e729ba8d4a1" }
280+
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev = "776ee65abe14f6aac7d92c729e945e729ba8d4a1" }
281+
parquet = { git = "https://github.com/apache/arrow-rs.git", rev = "776ee65abe14f6aac7d92c729e945e729ba8d4a1" }

0 commit comments

Comments
 (0)