This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch fix_31_props_in_filenode
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/fix_31_props_in_filenode by 
this push:
     new 9dd2920  fix max_point_number in show timeseries as lowercase
9dd2920 is described below

commit 9dd2920e577e0faf0682113406b82663bff8f152
Author: xiangdong huang <[email protected]>
AuthorDate: Sat Mar 2 22:37:06 2019 +0800

    fix max_point_number in show timeseries as lowercase
---
 .../test/java/org/apache/iotdb/db/integration/IoTDBCompleteIT.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBCompleteIT.java 
b/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBCompleteIT.java
index a8d9279..baa8368 100644
--- a/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBCompleteIT.java
+++ b/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBCompleteIT.java
@@ -139,7 +139,7 @@ public class IoTDBCompleteIT {
             + "                 DataType: INT32,\n"
             + "                 Encoding: RLE,\n"
             + "                 Compressor: UNCOMPRESSED,\n"
-            + "                 args: {MAX_POINT_NUMBER=100},\n"
+            + "                 args: {max_point_number=100},\n"
             + "                 StorageGroup: root.vehicle\n"
             + "            }\n"
             + "        },\n"
@@ -148,7 +148,7 @@ public class IoTDBCompleteIT {
             + "                 DataType: FLOAT,\n"
             + "                 Encoding: PLAIN,\n"
             + "                 Compressor: SNAPPY,\n"
-            + "                 args: {MAX_POINT_NUMBER=10},\n"
+            + "                 args: {max_point_number=10},\n"
             + "                 StorageGroup: root.vehicle\n"
             + "            }\n"
             + "        }\n"

Reply via email to