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 2020/03/02 12:05:52 UTC

[GitHub] [incubator-iotdb] samperson1997 commented on a change in pull request #864: [IOTDB-527] Refactor series reader

samperson1997 commented on a change in pull request #864: [IOTDB-527] Refactor series reader
URL: https://github.com/apache/incubator-iotdb/pull/864#discussion_r386352796
 
 

 ##########
 File path: server/src/test/java/org/apache/iotdb/db/integration/IoTDBCloseIT.java
 ##########
 @@ -85,7 +86,7 @@ private static void insertData()
             .getConnection(Config.IOTDB_URL_PREFIX + "127.0.0.1:6667/", "root", "root");
          Statement statement = connection.createStatement()) {
 
-      for (String sql : Constant.create_sql) {
+      for (String sql : org.apache.iotdb.db.constant.TestConstant.create_sql) {
 
 Review comment:
   ```suggestion
         for (String sql : TestConstant.create_sql) {
   ```
   And all the same appearance in this test class : )

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