You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/01/05 03:30:42 UTC

[iotdb] branch NewTsFile updated (235200a -> efd75ea)

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

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


    from 235200a  resolve conflicts
     add efd75ea  fix code smells

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/tsfile/TsFileSequenceRead.java    |   2 +-
 .../org/apache/iotdb/db/conf/IoTDBConfigCheck.java |   1 +
 .../iotdb/db/engine/upgrade/UpgradeTask.java       |   2 -
 .../db/tools/upgrade/TsFileOnlineUpgradeTool.java  |   9 +-
 .../iotdb/tsfile/encoding/decoder/RleDecoder.java  |   2 +-
 .../iotdb/tsfile/encoding/encoder/RleEncoder.java  |   2 +-
 .../metadata/statistics/BooleanStatistics.java     |   4 +-
 .../iotdb/tsfile/read/TsFileSequenceReader.java    |   5 +-
 .../tsfile/v2/read/TsFileSequenceReaderForV2.java  | 131 ---------------------
 .../iotdb/tsfile/write/chunk/ChunkWriterImpl.java  |   4 +-
 .../iotdb/tsfile/write/writer/TsFileIOWriter.java  |  14 +--
 .../write/writer/RestorableTsFileIOWriterTest.java |   8 +-
 12 files changed, 25 insertions(+), 159 deletions(-)