Skip to content

Commit

Permalink
feat: Convert predicate to arrow filter and push down to parquet reader
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Mar 25, 2024
1 parent 39aafdd commit 5606bbe
Show file tree
Hide file tree
Showing 6 changed files with 616 additions and 19 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ apache-avro = "0.16"
array-init = "2"
arrow-arith = { version = "51" }
arrow-array = { version = "51" }
arrow-ord = { version = "51" }
arrow-schema = { version = "51" }
async-stream = "0.3.5"
async-trait = "0.1"
Expand Down
1 change: 1 addition & 0 deletions crates/iceberg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ apache-avro = { workspace = true }
array-init = { workspace = true }
arrow-arith = { workspace = true }
arrow-array = { workspace = true }
arrow-ord = { workspace = true }
arrow-schema = { workspace = true }
async-stream = { workspace = true }
async-trait = { workspace = true }
Expand Down
Loading

0 comments on commit 5606bbe

Please sign in to comment.