pavlukhin commented on a change in pull request #7321: IGNITE-12590 fix
(remove) check KEY at the MERGE command
URL: https://github.com/apache/ignite/pull/7321#discussion_r378165799
##########
File path:
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/QueryParser.java
##########
@@ -463,8 +463,8 @@ else if (!prepared.isQuery()) {
IgniteQueryErrorCode.UNSUPPORTED_OPERATION);
}
- // Parse SELECT.
- GridSqlQueryParser parser = new GridSqlQueryParser(false);
+ // Parse SELECT.
+ GridSqlQueryParser parser = new GridSqlQueryParser(false, log);
Review comment:
Looks like indentation is broken.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services