nizhikov commented on a change in pull request #7319: IGNITE-12583 : refactored 
JdbcThinBulkLoadAbstractSelfTest into a parametrized one
URL: https://github.com/apache/ignite/pull/7319#discussion_r371415822
 
 

 ##########
 File path: 
modules/clients/src/test/java/org/apache/ignite/jdbc/thin/JdbcThinBulkLoadSelfTest.java
 ##########
 @@ -574,9 +602,9 @@ public void testCreateAndBulkLoadTable() throws 
SQLException {
             " (id int primary key, age int, firstName varchar(30), lastName 
varchar(30))");
 
         int updatesCnt = stmt.executeUpdate(
-            "copy from '" + BULKLOAD_TWO_LINES_CSV_FILE + "' into " + tblName +
-                "(_key, age, firstName, lastName)" +
-                " format csv");
+                "copy from '" + BULKLOAD_TWO_LINES_CSV_FILE + "' into " + 
tblName +
 
 Review comment:
   Changes unrelated. Please, revert.

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