zstan commented on a change in pull request #9126:
URL: https://github.com/apache/ignite/pull/9126#discussion_r652437956



##########
File path: 
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/CalciteQueryProcessorTest.java
##########
@@ -1110,7 +1110,8 @@ public void testInsertUpdateDeleteNonPrimitiveKey() 
throws Exception {
 
         assertEqualsCollections(F.asList(0, 0, "Igor", 1), row);
 
-        query = engine.query(null, "PUBLIC", "UPDATE DEVELOPER d SET name = 
'Roman' WHERE id = ?", 0);
+        //query = engine.query(null, "PUBLIC", "UPDATE DEVELOPER d SET name = 
'Roman' WHERE id = ?", 0);

Review comment:
       remove it.




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


Reply via email to