Skip to content

Commit

Permalink
Add parquet metadata func
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmturner committed Oct 16, 2024
1 parent 3e1576a commit 23e3f83
Show file tree
Hide file tree
Showing 6 changed files with 465 additions and 45 deletions.
193 changes: 178 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ crossterm = { version = "0.28.1", features = ["event-stream"] }
datafusion = "41.0.0"
datafusion-common = "41.0.0"
datafusion-functions-json = { version = "0.41.0", optional = true }
datafusion-functions-parquet = { version = "0.1.0", path = "crates/datafusion-functions-parquet" }
deltalake = { version = "0.19.0", features = ["datafusion"], optional = true }
directories = "5.0.1"
env_logger = "0.11.5"
Expand Down
Loading

0 comments on commit 23e3f83

Please sign in to comment.