isaacparker0 commented on code in PR #2168:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/2168#discussion_r2754210735


##########
src/parser/mod.rs:
##########
@@ -1822,7 +1818,14 @@ impl<'a> Parser<'a> {
                     } else if let Some(lambda) = self.try_parse_lambda()? {
                         return Ok(lambda);
                     } else {
-                        let exprs = 
self.parse_comma_separated(Parser::parse_expr)?;
+                        // Parentheses create a normal expression context.

Review Comment:
   Rewrote the comment to include the context from the deleted function's 
comment.



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

Reply via email to