You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2021/01/22 01:45:40 UTC

[iotdb] branch master updated (56b215c -> f44d8b9)

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

qiaojialin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 56b215c  Optimize enum class and change some java practice (#2435)
     add f44d8b9  [IOTDB-1055] Support data compression type GZIP (#2264)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4   |   1 +
 .../iotdb/db/integration/IoTDBCompressTypeIT.java  | 101 +++++++++++++++++++++
 .../apache/iotdb/tsfile/compress/ICompressor.java  |  83 ++++++++++++++++-
 .../iotdb/tsfile/compress/IUnCompressor.java       |  50 ++++++++++
 .../compress/{SnappyTest.java => GZIPTest.java}    |  66 ++++++++------
 5 files changed, 271 insertions(+), 30 deletions(-)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/integration/IoTDBCompressTypeIT.java
 copy tsfile/src/test/java/org/apache/iotdb/tsfile/compress/{SnappyTest.java => GZIPTest.java} (57%)