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_r378165696
 
 

 ##########
 File path: 
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/QueryParser.java
 ##########
 @@ -416,9 +416,9 @@ private QueryParserResult parseH2(String schemaName, 
SqlFieldsQuery qry, boolean
                 throw new IgniteSQLException("Failed to get parameters 
metadata", IgniteQueryErrorCode.UNKNOWN, e);
             }
 
-            // Do actual parsing.
-            if (CommandProcessor.isCommand(prepared)) {
-                GridSqlStatement cmdH2 = new 
GridSqlQueryParser(false).parse(prepared);
+                // Do actual parsing.
+                if (CommandProcessor.isCommand(prepared)) {
+                    GridSqlStatement cmdH2 = new GridSqlQueryParser(false, 
log).parse(prepared);
 
 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

Reply via email to