andygrove commented on code in PR #3005: URL: https://github.com/apache/arrow-datafusion/pull/3005#discussion_r936766281
########## datafusion/core/src/lib.rs: ########## @@ -106,7 +106,7 @@ //! Specifically, when DataFusion receives an SQL query, there are different steps //! that it passes through until a result is obtained. Broadly, they are: //! -//! 1. The string is parsed to an Abstract syntax tree (AST) using [sqlparser](https://docs.rs/sqlparser/0.6.1/sqlparser/). +//! 1. The string is parsed to an Abstract syntax tree (AST) using [sqlparser](https://docs.rs/sqlparser/0.18.0/sqlparser/). Review Comment: is there a way we can just link to the latest version? -- 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]
