Skip to content

Commit 0b632b3

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

File tree

4 files changed

+82
-308
lines changed

4 files changed

+82
-308
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,25 +90,25 @@ version = "51.0.0"
9090
ahash = { version = "0.8", default-features = false, features = [
9191
"runtime-rng",
9292
] }
93-
arrow = { version = "57.1.0", features = [
93+
arrow = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-reader-projection", features = [
9494
"prettyprint",
9595
"chrono-tz",
96-
] }
97-
arrow-avro = { version = "57.1.0", default-features = false, features = [
96+
] } # fixme
97+
arrow-avro = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-reader-projection", default-features = false, features = [
9898
"deflate",
9999
"snappy",
100100
"zstd",
101101
"bzip2",
102-
] }
103-
arrow-buffer = { version = "57.1.0", default-features = false }
104-
arrow-flight = { version = "57.1.0", features = [
102+
] }# fixme
103+
arrow-buffer = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-reader-projection", default-features = false }# fixme
104+
arrow-flight = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-reader-projection", features = [# fixme
105105
"flight-sql-experimental",
106106
] }
107-
arrow-ipc = { version = "57.1.0", default-features = false, features = [
107+
arrow-ipc = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-reader-projection", default-features = false, features = [# fixme
108108
"lz4",
109109
] }
110-
arrow-ord = { version = "57.1.0", default-features = false }
111-
arrow-schema = { version = "57.1.0", default-features = false }
110+
arrow-ord = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-reader-projection", default-features = false }# fixme
111+
arrow-schema = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-reader-projection", default-features = false }# fixme
112112
async-trait = "0.1.89"
113113
bigdecimal = "0.4.8"
114114
bytes = "1.11"
@@ -171,7 +171,7 @@ log = "^0.4"
171171
num-traits = { version = "0.2" }
172172
object_store = { version = "0.12.4", default-features = false }
173173
parking_lot = "0.12"
174-
parquet = { version = "57.1.0", default-features = false, features = [
174+
parquet = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-reader-projection", default-features = false, features = [ # fixme
175175
"arrow",
176176
"async",
177177
"object_store",

0 commit comments

Comments
 (0)