alamb commented on code in PR #16456:
URL: https://github.com/apache/datafusion/pull/16456#discussion_r2213096517
##########
Cargo.toml:
##########
@@ -167,7 +167,10 @@ recursive = "0.1.1"
regex = "1.8"
rstest = "0.25.0"
serde_json = "1"
-sqlparser = { version = "0.55.0", default-features = false, features = ["std",
"visitor"] }
+sqlparser = { git =
"https://github.com/Dimchikkk/datafusion-sqlparser-rs.git", branch = "v0.56.1",
default-features = false, features = [
Review Comment:
I think publishing a 0.56.1 release of sqlparser makes sense to me. Perhaps
we can file a ticket in the sqlparser repo to track.
I am happy to run the process
Another alternative is to release the next release (0.57.0) and just skip
0.56.0 entirely in Datafusion
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]