lowka commented on code in PR #6128: URL: https://github.com/apache/ignite-3/pull/6128#discussion_r2177909068
########## modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/sql/IgniteSqlParserSelfTest.java: ########## @@ -96,7 +96,7 @@ public void testGrammarViolationButExceptionIsReplacedInsideParser() { @Test public void testEmptyString() { assertThrowsSqlException(Sql.STMT_PARSE_ERR, - "Failed to parse query: Encountered \"<EOF>\" at line 0, column 0", + "Failed to parse query: No statements", Review Comment: Fixed. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org