houqp commented on a change in pull request #934:
URL: https://github.com/apache/arrow-datafusion/pull/934#discussion_r694412796
##########
File path: datafusion/Cargo.toml
##########
@@ -51,7 +51,7 @@ ahash = "0.7"
hashbrown = { version = "0.11", features = ["raw"] }
arrow = { version = "^5.2", features = ["prettyprint"] }
parquet = { version = "^5.2", features = ["arrow"] }
-sqlparser = "0.9.0"
+sqlparser = "0.10.0"
Review comment:
given that datafusion is used as a library, perhaps there is value in
pinning the version with less restrictions say `0.10`, so downstream consumers
can update the patch version if needed without running into version confilcts.
--
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]