Dandandan commented on a change in pull request #934:
URL: https://github.com/apache/arrow-datafusion/pull/934#discussion_r694704878



##########
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:
       FWIW, I believe cargos solver / version scheme already allows this for 
`=` and `^=` (which are the same), regardless of the last `.0` included




-- 
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]


Reply via email to