LucaCappelletti94 commented on code in PR #2251:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/2251#discussion_r2886186054


##########
src/parser/mod.rs:
##########
@@ -508,10 +508,10 @@ impl<'a> Parser<'a> {
                 Token::EOF => break,
 
                 // end of statement
-                Token::Word(word) => {
-                    if expecting_statement_delimiter && word.keyword == 
Keyword::END {
-                        break;
-                    }
+                Token::Word(word)

Review Comment:
   I will do a pass tomorrow and remove the clippy everywhere



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