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/05/02 02:41:22 UTC

[iotdb] branch aggregator updated (cb7def63c6 -> 28ebadb323)

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

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


    from cb7def63c6 remove ignore tests
     add 28ebadb323 add accumulator unit tests

No new revisions were added by this update.

Summary of changes:
 .../mpp/operator/aggregation/AvgAccumulator.java   |   6 +-
 .../mpp/operator/aggregation/SumAccumulator.java   |   6 +-
 .../mpp/operator/aggregation/AccumulatorTest.java  | 349 +++++++++++++++++++++
 3 files changed, 355 insertions(+), 6 deletions(-)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/mpp/operator/aggregation/AccumulatorTest.java