Skip to content

Commit

Permalink
Update sqlparser requirement from 0.38.0 to 0.39.0 (#7983)
Browse files Browse the repository at this point in the history
* chore: Update sqlparser requirement from 0.38.0 to 0.39.0

* support FILTER Aggregates
  • Loading branch information
jackwener authored Oct 31, 2023
1 parent d8e413c commit 8fcc5e0
Show file tree
Hide file tree
Showing 7 changed files with 252 additions and 189 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ arrow-buffer = { version = "48.0.0", default-features = false }
arrow-flight = { version = "48.0.0", features = ["flight-sql-experimental"] }
arrow-schema = { version = "48.0.0", default-features = false }
parquet = { version = "48.0.0", features = ["arrow", "async", "object_store"] }
sqlparser = { version = "0.38.0", features = ["visitor"] }
sqlparser = { version = "0.39.0", features = ["visitor"] }
chrono = { version = "0.4.31", default-features = false }

[profile.release]
Expand Down
Loading

0 comments on commit 8fcc5e0

Please sign in to comment.