lowka commented on code in PR #3214:
URL: https://github.com/apache/ignite-3/pull/3214#discussion_r1492014223


##########
modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItDmlTest.java:
##########
@@ -707,6 +709,58 @@ public void testInsertValueOverflow(String type, long max, 
long min) {
         }
     }
 
+    @ParameterizedTest
+    @CsvSource({

Review Comment:
   CsvSource allows specify to a delimiter character (e.g. ';'):
   So this
   > "'id1,id2', 'id1,id2'",
   
   Becomes this:
   
   > "id1,id2; id1,id2",



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to