yoavcloud commented on code in PR #2294:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/2294#discussion_r3056734409


##########
src/parser/mod.rs:
##########
@@ -1394,6 +1394,13 @@ impl<'a> Parser<'a> {
 
         expr = self.parse_compound_expr(expr, vec![])?;
 
+        if !self.in_column_definition_state() && 
self.parse_keyword(Keyword::COLLATE) {

Review Comment:
   Suggest adding documentation here for future developers to explain why this 
code is here



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