This is an automated email from the ASF dual-hosted git repository.
xiangweiwei pushed a change to branch addIT
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 86e9500d1f fix checkstyle problem
add 6441c4ecb4 Fix bugs
No new revisions were added by this update.
Summary of changes:
.../iotdb/db/mpp/aggregation/AvgAccumulator.java | 3 +++
.../iotdb/db/mpp/aggregation/CountAccumulator.java | 3 +++
.../iotdb/db/mpp/aggregation/ExtremeAccumulator.java | 3 +++
.../db/mpp/aggregation/FirstValueAccumulator.java | 3 +++
.../iotdb/db/mpp/aggregation/LastValueAccumulator.java | 13 +++++++++++++
.../iotdb/db/mpp/aggregation/MaxTimeAccumulator.java | 3 +++
.../iotdb/db/mpp/aggregation/MaxValueAccumulator.java | 3 +++
.../iotdb/db/mpp/aggregation/MinTimeAccumulator.java | 3 +++
.../iotdb/db/mpp/aggregation/MinValueAccumulator.java | 3 +++
.../iotdb/db/mpp/aggregation/SumAccumulator.java | 3 +++
.../source/AlignedSeriesAggregationScanOperator.java | 18 ++++++++++--------
.../operator/source/SeriesAggregationScanOperator.java | 18 ++++++++++--------
.../node/source/AlignedSeriesAggregationScanNode.java | 2 +-
13 files changed, 61 insertions(+), 17 deletions(-)