You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ej...@apache.org on 2020/12/14 09:00:16 UTC

[iotdb] branch dev_tool_show_tsfile_path updated (a2bf0c3 -> 99e0a93)

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

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


    from a2bf0c3  fix problems
     add 99e0a93  resolve comments

No new revisions were added by this update.

Summary of changes:
 .../db/engine/merge/manage/MergeResource.java      |  2 +-
 .../iotdb/db/tools/TsFileSinglePathRead.java       | 34 ++++++++++++++++------
 .../org/apache/iotdb/db/utils/FileLoaderUtils.java |  2 +-
 .../java/org/apache/iotdb/db/utils/MergeUtils.java |  4 +--
 .../iotdb/db/tools/TsFileSinglePathReadTest.java   | 22 ++------------
 .../iotdb/tsfile/read/TsFileSequenceReader.java    | 29 ++++--------------
 .../read/controller/MetadataQuerierByFileImpl.java |  7 +++--
 .../tsfile/v1/read/TsFileSequenceReaderForV1.java  |  5 ++--
 .../iotdb/tsfile/read/ReadInPartitionTest.java     |  4 +--
 .../controller/IMetadataQuerierByFileImplTest.java |  4 +--
 .../write/writer/RestorableTsFileIOWriterTest.java | 32 ++++++++++----------
 11 files changed, 64 insertions(+), 81 deletions(-)