This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new bf11ac5 [IOTDB-1054] Remove unsupported compress type like GZIP, LZO
etc (#2262)
bf11ac5 is described below
commit bf11ac5e48aa322e7dd3fb606f0b5360328c15b1
Author: Qi Yu <[email protected]>
AuthorDate: Mon Dec 14 10:16:17 2020 +0800
[IOTDB-1054] Remove unsupported compress type like GZIP, LZO etc (#2262)
---
antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4 | 4 ----
1 file changed, 4 deletions(-)
diff --git a/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4
b/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4
index 6eaed1b..b28392b 100644
--- a/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4
+++ b/antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4
@@ -167,10 +167,6 @@ attributeClauses
compressor
: UNCOMPRESSED
| SNAPPY
- | GZIP
- | LZO
- | PAA
- | PLA
| LZ4
;