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 2020/02/17 07:30:19 UTC

[incubator-iotdb] branch new_series_reader updated (719a938 -> 2b2f458)

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

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


    from 719a938  Cached chunk (#802)
     add ae09b5b  add ttl in seriesreader with value filter
     add 2b2f458  Merge remote-tracking branch 'origin/new_series_reader' into new_series_reader

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iotdb/db/engine/StorageEngine.java  |  4 ++--
 .../apache/iotdb/db/engine/querycontext/QueryDataSource.java | 12 ++++++------
 .../dataset/groupby/GroupByWithoutValueFilterDataSet.java    |  2 +-
 .../apache/iotdb/db/query/executor/AggregationExecutor.java  |  2 +-
 .../apache/iotdb/db/query/executor/RawDataQueryExecutor.java |  2 +-
 .../apache/iotdb/db/query/reader/chunk/MemPageReader.java    |  2 +-
 .../iotdb/db/query/timegenerator/EngineNodeConstructor.java  | 12 ++++++++----
 7 files changed, 20 insertions(+), 16 deletions(-)