Skip to content

Commit dd7fe46

Browse files
dependabot[bot]lutter
authored andcommitted
build(deps): bump sqlparser from 0.60.0 to 0.61.0
Bumps [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) from 0.60.0 to 0.61.0. - [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md) - [Commits](apache/datafusion-sqlparser-rs@v0.60.0...v0.61.0) --- updated-dependencies: - dependency-name: sqlparser dependency-version: 0.61.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3cd6976 commit dd7fe46

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ serde_yaml = "0.9.21"
9191
slog = { version = "2.8.2", features = ["release_max_level_trace", "max_level_trace"] }
9292
slog-async = "2.5.0"
9393
slog-term = "2.7.0"
94-
sqlparser = { version = "0.60.0", features = ["visitor"] }
94+
sqlparser = { version = "0.61.0", features = ["visitor"] }
9595
strum = { version = "0.27", features = ["derive"] }
9696
syn = { version = "2.0.114", features = ["full"] }
9797
test-store = { path = "./store/test-store" }

graph/src/schema/input/sqlexpr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ impl<'a> VisitExpr<'a> {
137137
data_type: _,
138138
kind,
139139
format: _,
140+
array: _,
140141
} => match kind {
141142
// Cast: `CAST(<expr> as <datatype>)`
142143
// DoubleColon: `<expr>::<datatype>`

store/postgres/src/sql/validation.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ impl VisitorMut for Validator<'_> {
389389
lateral: false,
390390
subquery,
391391
alias,
392+
sample: None,
392393
};
393394
}
394395
ControlFlow::Continue(())

0 commit comments

Comments
 (0)