Skip to content

Commit 9da2388

Browse files
committed
apply projection feature in arrow-avro
1 parent bdd3820 commit 9da2388

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

Cargo.lock

Lines changed: 17 additions & 17 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,26 +90,26 @@ version = "51.0.0"
9090
ahash = { version = "0.8", default-features = false, features = [
9191
"runtime-rng",
9292
] }
93-
arrow = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-reader-projection", features = [
93+
arrow = { git = "https://github.com/apache/arrow-rs", rev = "1db1a8869cceb179aa885ed58da9f0b49c03eafe", features = [ # fixme
9494
"prettyprint",
9595
"chrono-tz",
96-
] } # fixme
97-
arrow-avro = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-reader-projection", default-features = false, features = [
96+
] }
97+
arrow-avro = { git = "https://github.com/apache/arrow-rs", rev = "1db1a8869cceb179aa885ed58da9f0b49c03eafe", default-features = false, features = [ # fixme
9898
"deflate",
9999
"snappy",
100100
"zstd",
101101
"bzip2",
102102
"xz",
103-
] }# fixme
104-
arrow-buffer = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-reader-projection", default-features = false }# fixme
105-
arrow-flight = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-reader-projection", features = [# fixme
103+
] }
104+
arrow-buffer = { git = "https://github.com/apache/arrow-rs", rev = "1db1a8869cceb179aa885ed58da9f0b49c03eafe", default-features = false } # fixme
105+
arrow-flight = { git = "https://github.com/apache/arrow-rs", rev = "1db1a8869cceb179aa885ed58da9f0b49c03eafe", features = [ # fixme
106106
"flight-sql-experimental",
107107
] }
108-
arrow-ipc = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-reader-projection", default-features = false, features = [# fixme
108+
arrow-ipc = { git = "https://github.com/apache/arrow-rs", rev = "1db1a8869cceb179aa885ed58da9f0b49c03eafe", default-features = false, features = [ # fixme
109109
"lz4",
110110
] }
111-
arrow-ord = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-reader-projection", default-features = false }# fixme
112-
arrow-schema = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-reader-projection", default-features = false }# fixme
111+
arrow-ord = { git = "https://github.com/apache/arrow-rs", rev = "1db1a8869cceb179aa885ed58da9f0b49c03eafe", default-features = false } # fixme
112+
arrow-schema = { git = "https://github.com/apache/arrow-rs", rev = "1db1a8869cceb179aa885ed58da9f0b49c03eafe", default-features = false } # fixme
113113
async-trait = "0.1.89"
114114
bigdecimal = "0.4.8"
115115
bytes = "1.11"
@@ -172,7 +172,7 @@ log = "^0.4"
172172
num-traits = { version = "0.2" }
173173
object_store = { version = "0.12.4", default-features = false }
174174
parking_lot = "0.12"
175-
parquet = { git = "https://github.com/jecsand838/arrow-rs", branch = "avro-reader-projection", default-features = false, features = [ # fixme
175+
parquet = { git = "https://github.com/apache/arrow-rs", rev = "1db1a8869cceb179aa885ed58da9f0b49c03eafe", default-features = false, features = [ # fixme
176176
"arrow",
177177
"async",
178178
"object_store",

0 commit comments

Comments
 (0)