You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/04/29 05:36:57 UTC

[incubator-iotdb] branch tsfile_metadata_index_pro updated (3658016 -> 819765d)

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

sunzesong pushed a change to branch tsfile_metadata_index_pro
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 3658016  Fix code smells
     add 819765d  Fix review

No new revisions were added by this update.

Summary of changes:
 docs/SystemDesign/1-TsFile/2-Format.md             |  2 +-
 .../org/apache/iotdb/db/utils/FileLoaderUtils.java | 16 ++++-----
 .../writelog/recover/TsFileRecoverPerformer.java   | 11 +++---
 .../apache/iotdb/spark/tsfile/WideConverter.scala  | 12 +++----
 .../iotdb/tsfile/common/conf/TSFileConfig.java     |  2 +-
 .../file/metadata/MetadataIndexConstructor.java    | 40 ++++++++++------------
 .../tsfile/file/metadata/MetadataIndexEntry.java   | 28 ++++++++-------
 .../tsfile/file/metadata/MetadataIndexNode.java    |  4 ---
 .../file/metadata/enums/MetadataIndexNodeType.java | 16 ++++-----
 .../iotdb/tsfile/read/TsFileSequenceReader.java    | 35 ++++++++++++++-----
 .../tsfile/read/query/executor/TsFileExecutor.java |  1 -
 .../iotdb/tsfile/utils/ReadWriteIOUtils.java       |  7 ++++
 .../iotdb/tsfile/write/writer/TsFileIOWriter.java  |  5 ++-
 .../iotdb/tsfile/read/reader/ReaderTest.java       |  2 ++
 14 files changed, 102 insertions(+), 79 deletions(-)