Skip to content

Commit

Permalink
Merge branch 'main' into schema
Browse files Browse the repository at this point in the history
  • Loading branch information
roeap authored Oct 22, 2023
2 parents 46cc980 + bacb794 commit 0ad6212
Show file tree
Hide file tree
Showing 5 changed files with 531 additions and 300 deletions.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ arrow-buffer = { workspace = true, optional = true }
arrow-cast = { workspace = true, optional = true }
arrow-ord = { workspace = true, optional = true }
arrow-row = { workspace = true, optional = true }
arrow-schema = { workspace = true, optional = true }
arrow-schema = { workspace = true, optional = true, features = ["serde"] }
arrow-select = { workspace = true, optional = true }
parquet = { workspace = true, features = [
"async",
Expand Down
Loading

0 comments on commit 0ad6212

Please sign in to comment.