You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2022/04/18 02:49:31 UTC

[iotdb] branch seriesAggregateOperator updated (f0982c5606 -> 0d1b2ed114)

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

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


    from f0982c5606 Merge branch 'master' into seriesAggregateOperator
     add 0d1b2ed114 add complete unit tests

No new revisions were added by this update.

Summary of changes:
 .../db/mpp/operator/source/SeriesScanUtil.java     |   4 +
 .../statement/component/GroupByTimeComponent.java  |   9 +
 .../iotdb/db/query/reader/series/SeriesReader.java |   3 +
 .../operator/SeriesAggregateScanOperatorTest.java  | 246 ++++++++++++++++++++-
 .../query/reader/series/SeriesReaderTestUtil.java  |   8 +
 .../tsfile/read/common/block/TsBlockBuilder.java   |   4 +
 6 files changed, 265 insertions(+), 9 deletions(-)