Skip to content

Commit b357f20

Browse files
committed
feat(cube): Use Cube sqlparser, with partitioned index support
1 parent f375a37 commit b357f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ rand = "0.8"
137137
regex = "1.8"
138138
rstest = "0.22.0"
139139
serde_json = "1"
140-
sqlparser = { version = "0.50.0", features = ["visitor"] }
140+
sqlparser = { git = "https://github.com/cube-js/sqlparser-rs.git", branch = "cube-42.2.0", features = ["visitor"] }
141141
tempfile = "3"
142142
thiserror = "1.0.44"
143143
tokio = { version = "1.36", features = ["macros", "rt", "sync"] }

0 commit comments

Comments
 (0)