Skip to content

Commit 4564579

Browse files
committed
fix-herer
1 parent b4c5aac commit 4564579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/src/test/java/org/apache/iotdb/pipe/it/manual/IoTDBPipeInclusionIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public void testPureSchemaInclusion() throws Exception {
8282
"create timeSeries root.ln.wf01.wt01.status with datatype=BOOLEAN,encoding=PLAIN",
8383
"ALTER timeSeries root.ln.wf01.wt01.status ADD TAGS tag3=v3",
8484
"ALTER timeSeries root.ln.wf01.wt01.status ADD ATTRIBUTES attr4=v4",
85-
"ALTER timeSeries root.** set compressor=ZSTD"))) {
85+
"ALTER timeSeries root.** set STORAGE_PROPERTIES compressor=ZSTD"))) {
8686
return;
8787
}
8888

0 commit comments

Comments
 (0)