You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/12/26 09:30:57 UTC

[incubator-iotdb] branch fix_chunk_reader updated (c0c85cd -> bcf0502)

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

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


    from c0c85cd  optimize PageReader and ChunkReader
     add bcf0502  refactor BatchData

No new revisions were added by this update.

Summary of changes:
 .../query/reader/chunkRelated/MemChunkReader.java  |   2 +-
 .../NewUnseqResourceMergeReader.java               |   2 +-
 .../SeriesReaderWithoutValueFilter.java            |   2 +-
 .../reader/seriesRelated/FakedIBatchPoint.java     |   2 +-
 .../apache/iotdb/tsfile/read/common/BatchData.java | 122 +++------------------
 .../iotdb/tsfile/read/reader/page/PageReader.java  |   5 +-
 .../tsfile/read/query/timegenerator/NodeTest.java  |   2 +-
 7 files changed, 23 insertions(+), 114 deletions(-)