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