We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cb966 commit 7e7151fCopy full SHA for 7e7151f
Cargo.toml
@@ -166,7 +166,7 @@ recursive = "0.1.1"
166
regex = "1.8"
167
rstest = "0.25.0"
168
serde_json = "1"
169
-sqlparser = { git = "https://github.com/ArroyoSystems/sqlparser-rs", branch = "0.55.0/arroyo", features = ["visitor"] }
+sqlparser = { git = "https://github.com/ArroyoSystems/sqlparser-rs", branch = "partitioned_by", features = ["visitor"] }
170
tempfile = "3"
171
tokio = { version = "1.45", features = ["macros", "rt", "sync"] }
172
url = "2.5.4"
0 commit comments