Skip to content

Commit bdd3820

Browse files
committed
apply projection feature in arrow-avro
1 parent 0b632b3 commit bdd3820

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ arrow-avro = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-re
9999
"snappy",
100100
"zstd",
101101
"bzip2",
102+
"xz",
102103
] }# fixme
103104
arrow-buffer = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-reader-projection", default-features = false }# fixme
104105
arrow-flight = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-reader-projection", features = [# fixme

datafusion/datasource-avro/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ async-trait = { workspace = true }
3737
bytes = { workspace = true }
3838
datafusion-common = { workspace = true, features = ["object_store"] }
3939
datafusion-datasource = { workspace = true }
40-
datafusion-physical-expr-common = { workspace = true }
4140
datafusion-physical-plan = { workspace = true }
4241
datafusion-session = { workspace = true }
4342
futures = { workspace = true }
4443
object_store = { workspace = true }
45-
serde_json = { workspace = true }
4644

4745
[dev-dependencies]
4846

0 commit comments

Comments
 (0)