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


##########
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:
   @LucaCappelletti94 I think this PR has the same clippy issues?



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