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/18 13:33:37 UTC

[iotdb] branch NewTsFile updated (35f7ea5 -> 17fabcb)

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 35f7ea5  fix some code smell
     add fd7fd85  add applyVersion back for qurey old TsFile
     add df466bb  finish upgrading modification
     add 17fabcb  Merge branch 'NewTsFile' of https://github.com/apache/iotdb into NewTsFile

No new revisions were added by this update.

Summary of changes:
 server/file-changelists/TsFileMods-changelist.md   | 11 +++
 .../io/LocalTextModificationAccessor.java          |  8 +--
 .../engine/storagegroup/StorageGroupProcessor.java |  9 +--
 .../iotdb/db/engine/upgrade/UpgradeTask.java       | 18 +++--
 .../chunk/metadata/DiskChunkMetadataLoader.java    |  5 +-
 .../org/apache/iotdb/db/service/UpgradeSevice.java |  3 -
 .../db/tools/upgrade/TsFileOnlineUpgradeTool.java  | 79 +++++++++++++++++++---
 .../java/org/apache/iotdb/db/utils/QueryUtils.java |  9 +++
 .../org/apache/iotdb/db/utils/UpgradeUtils.java    | 19 +++++-
 .../tsfile/v2/file/metadata/TsFileMetadataV2.java  | 11 +--
 .../tsfile/v2/read/TsFileSequenceReaderForV2.java  | 38 +++++++++--
 11 files changed, 166 insertions(+), 44 deletions(-)