tustvold commented on code in PR #4607:
URL: https://github.com/apache/arrow-datafusion/pull/4607#discussion_r1047633009
##########
datafusion/sql/src/parser.rs:
##########
@@ -152,7 +152,8 @@ impl<'a> DFParser<'a> {
break;
}
if expecting_statement_delimiter {
- return parser.expected("end of statement",
parser.parser.peek_token());
+ return parser
Review Comment:
The changes in this file are due to changes in sqlparser
--
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]