You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/11/23 12:22:50 UTC

[GitHub] [incubator-iotdb] LeiRui commented on a change in pull request #566: [IOTDB-263] Refactor IoTDBQueryResultSet of JDBC

LeiRui commented on a change in pull request #566: [IOTDB-263] Refactor IoTDBQueryResultSet of JDBC
URL: https://github.com/apache/incubator-iotdb/pull/566#discussion_r349870562
 
 

 ##########
 File path: jdbc/src/test/java/org/apache/iotdb/jdbc/IoTDBQueryResultSetTest.java
 ##########
 @@ -229,7 +229,7 @@ public void testQuery() throws Exception {
               + "103,null,199,null,null,\n"
               + "105,11.11,199,33333,11.11,\n"
               + "1000,1000.11,55555,22222,1000.11,\n"; // Note the LIMIT&OFFSET clause takes effect
-      Assert.assertEquals(resultStr.toString(), standard);
+      Assert.assertEquals(standard, resultStr.toString());
 
 Review comment:
   careful 👍 

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


With regards,
Apache Git Services