You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hu...@apache.org on 2022/07/11 12:40:36 UTC

[iotdb] branch lmh/aggrOpRefactor updated (15a9c119b0 -> 5c547bfc0e)

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

hui pushed a change to branch lmh/aggrOpRefactor
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 15a9c119b0 fix NPE in aggregator
     add 967d172fcb update comments
     add 5c547bfc0e add configs in iotdb-datanode.properties

No new revisions were added by this update.

Summary of changes:
 .../resources/conf/iotdb-datanode.properties       | 12 ++++
 .../db/mpp/execution/operator/AggregationUtil.java | 70 ++++++++++++----------
 .../operator/process/AggregationOperator.java      |  4 +-
 .../process/RawDataAggregationOperator.java        |  2 +-
 .../source/SeriesAggregationScanOperator.java      |  2 +-
 .../tsfile/read/common/block/TsBlockUtil.java      |  8 ++-
 6 files changed, 62 insertions(+), 36 deletions(-)