zstan commented on code in PR #4775:
URL: https://github.com/apache/ignite-3/pull/4775#discussion_r1898510302


##########
modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItSetOpTest.java:
##########
@@ -141,57 +141,51 @@ public void testExceptNested(SetOpVariant setOp) {
     }
 
     @Test
-    @Disabled("https://issues.apache.org/jira/browse/IGNITE-18475";)
     public void testSetOpBigBatch() {
         sql("CREATE TABLE big_table1(key INT PRIMARY KEY, val INT)");
         sql("CREATE TABLE big_table2(key INT PRIMARY KEY, val INT)");
 
         int key = 0;
 
-        for (int i = 0; i < 5; i++) {
+        for (int i = 0; i < 3; i++) {

Review Comment:
   the same test just a bit light weight, previous version is passed too but 
too slow



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

Reply via email to