Skip to content

Commit

Permalink
chore: bump sqlparser version
Browse files Browse the repository at this point in the history
  • Loading branch information
universalmind303 committed Sep 23, 2024
1 parent 134601b commit 6ec3d13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ rstest = "0.18.2"
serde_json = "1.0.116"
sketches-ddsketch = {version = "0.2.2", features = ["use_serde"]}
snafu = {version = "0.7.4", features = ["futures"]}
sqlparser = "0.49.0"
sqlparser = "0.51.0"
sysinfo = "0.30.12"
test-log = "0.2.16"
thiserror = "1.0.63"
Expand Down
2 changes: 1 addition & 1 deletion src/daft-sql/src/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ impl SQLPlanner {
// ---------------------------------
// struct
// ---------------------------------
SQLDataType::Struct(fields) => {
SQLDataType::Struct(fields, _) => {
let fields = fields
.iter()
.enumerate()
Expand Down

0 comments on commit 6ec3d13

Please sign in to comment.