AMashenkov commented on a change in pull request #6381: IGNITE-11499 SQL: DML 
should not use batches by default
URL: https://github.com/apache/ignite/pull/6381#discussion_r271781306
 
 

 ##########
 File path: 
modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/IgniteSqlNotNullConstraintTest.java
 ##########
 @@ -920,7 +910,9 @@ public void testNotNullCheckDmlUpdateFromSelect() throws 
Exception {
 
         executeSql("UPDATE src SET name = 'Ren' WHERE id = 2");
 
-        executeSql("UPDATE dest p SET (name) = (SELECT name FROM src t WHERE 
p.id = t.id)");
+        System.out.println("+++ " + executeSql("SELECT * FROM src "));
 
 Review comment:
   Let's remove debug output from here.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to