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 12:11:01 UTC

[incubator-iotdb] branch tsfile_metadata_index_pro updated (6c31dc4 -> a523e4a)

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 6c31dc4  Add javadoc and fix query
     add a523e4a  Optimize query logic and add unit test

No new revisions were added by this update.

Summary of changes:
 .../file/metadata/MetadataIndexConstructor.java    |  8 ++--
 .../tsfile/file/metadata/MetadataIndexNode.java    | 32 +++++++++++++++
 .../iotdb/tsfile/read/TsFileSequenceReader.java    | 29 ++++---------
 .../file/metadata/MetadataIndexNodeTest.java       | 47 ++++++++++++++++++++++
 4 files changed, 91 insertions(+), 25 deletions(-)
 create mode 100644 tsfile/src/test/java/org/apache/iotdb/tsfile/file/metadata/MetadataIndexNodeTest.java