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 79409ac modify a UNCOMPRESSOR to UNCOMPRESSED
79409ac is described below
commit 79409ac170f8cc5998776cf77270047f2a3cc1ca
Author: xiangdong huang <[email protected]>
AuthorDate: Sat Mar 2 20:15:12 2019 +0800
modify a UNCOMPRESSOR to UNCOMPRESSED
---
.../src/test/java/org/apache/iotdb/db/integration/IoTDBCompleteIT.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 942e6a2..a8d9279 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
@@ -100,7 +100,7 @@ public class IoTDBCompleteIT {
"CREATE TIMESERIES root.vehicle.d3.s7 WITH
DATATYPE=INT32,ENCODING=RLE,compressor=SNAPPY",
"CREATE TIMESERIES root.vehicle.d4.s8 WITH
DATATYPE=INT32,ENCODING=RLE,MAX_POINT_NUMBER=100",
"CREATE TIMESERIES root.vehicle.d5.s9 WITH
DATATYPE=FLOAT,ENCODING=PLAIN,compressor=SNAPPY,MAX_POINT_NUMBER=10",
- "CREATE TIMESERIES root.vehicle.d6.s10 WITH
DATATYPE=DOUBLE,ENCODING=RLE,compressor=UNCOMPRESSOR,MAX_POINT_NUMBER=10",
+ "CREATE TIMESERIES root.vehicle.d6.s10 WITH
DATATYPE=DOUBLE,ENCODING=RLE,compressor=UNCOMPRESSED,MAX_POINT_NUMBER=10",
"DELETE TIMESERIES root.vehicle.d0.*",
"SHOW TIMESERIES",
"=== Timeseries Tree ===\n"