goldmedal commented on code in PR #1551: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1551#discussion_r1886499002
########## src/parser/mod.rs: ########## @@ -3167,42 +3287,23 @@ impl<'a> Parser<'a> { pub fn parse_map_access(&mut self, expr: Expr) -> Result<Expr, ParserError> { let key = self.parse_expr()?; + let result = match key { Review Comment: fixed by [5c54d1b](https://github.com/apache/datafusion-sqlparser-rs/pull/1551/commits/5c54d1b26cee61683ab4d382090c80c4ac84a6b3) -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org