Skip to content

Commit 07ef11e

Browse files
committed
fix
1 parent cd56a00 commit 07ef11e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

integration-test/src/test/java/org/apache/iotdb/db/it/schema/IoTDBAlterEncodingCompressorIT.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,16 +156,6 @@ public void alterEncodingAndCompressorTest() throws Exception {
156156
e.getMessage());
157157
}
158158

159-
try {
160-
statement.execute(
161-
"alter timeSeries root.vehicle.wind.a, root.__audit.** set STORAGE_PROPERTIES encoding=PLAIN, compressor=LZMA2");
162-
fail();
163-
} catch (final SQLException e) {
164-
Assert.assertEquals(
165-
"803: 'AUDIT' permission is needed to alter the encoding and compressor of database root.__audit",
166-
e.getMessage());
167-
}
168-
169159
try {
170160
statement.execute(
171161
"alter timeSeries if permitted root.vehicle.** set STORAGE_PROPERTIES encoding=GORILLA, compressor=GZIP");

0 commit comments

Comments
 (0)