You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ts...@apache.org on 2020/02/01 12:24:44 UTC

[incubator-iotdb] branch new_series_reader updated (e806928 -> f0ec067)

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

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


    from e806928  [IOTDB-438] Modify SeriesReader to uniform usage (#758)
     add f0ec067  delete hasNext method in IReaderByTimestamp

No new revisions were added by this update.

Summary of changes:
 .../adapter/ByTimestampReaderAdapter.java          |  5 -----
 .../iotdb/db/query/reader/IReaderByTimestamp.java  |  2 --
 .../chunkRelated/DiskChunkReaderByTimestamp.java   |  3 +--
 .../chunkRelated/MemChunkReaderByTimestamp.java    |  3 +--
 .../seriesRelated/SeriesReaderByTimestamp.java     |  5 -----
 .../universal/PriorityMergeReaderByTimestamp.java  | 23 ----------------------
 .../universal/FakedSeriesReaderByTimestamp.java    |  5 -----
 .../PriorityMergeReaderByTimestampTest.java        |  3 +--
 8 files changed, 3 insertions(+), 46 deletions(-)