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/03/03 16:22:38 UTC

[GitHub] [incubator-iotdb] jixuan1989 commented on a change in pull request #85: Add wal checking tool

jixuan1989 commented on a change in pull request #85: Add wal checking tool
URL: https://github.com/apache/incubator-iotdb/pull/85#discussion_r261874579
 
 

 ##########
 File path: iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBMetadataFetchIT.java
 ##########
 @@ -374,8 +374,9 @@ private void showTimeseriesInJson() {
             + "                temperature:{\n"
             + "                     DataType: FLOAT,\n"
             + "                     Encoding: RLE,\n"
-            + "                     Compressor: SNAPPY,\n"
-            + "                     args: {max_point_number=3},\n"
+            + "                     Compressor: UNCOMPRESSED,\n"
+            // FIXME; something seems strange here
+            + "                     args: {max_point_number=3, compressor=SNAPPY},\n"
 
 Review comment:
   It is incorrect because I pick max_point_number out of args

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