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/08 03:28:41 UTC

[iotdb] branch lmh/aggrOpRefactor updated (c797c7922a -> 9df420407e)

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 c797c7922a fix UT
     add a66e6272f7 move some methods to TsBlockUtil
     add 9df420407e fix testTSFileConfigUtilCompleteness

No new revisions were added by this update.

Summary of changes:
 .../util/TSFileConfigUtilCompletenessTest.java     |  4 +-
 .../db/mpp/execution/operator/AggregationUtil.java | 90 ----------------------
 .../operator/process/AggregationOperator.java      |  2 +-
 .../process/RawDataAggregationOperator.java        |  4 +-
 .../process/SlidingWindowAggregationOperator.java  |  2 +-
 .../source/SeriesAggregationScanOperator.java      |  2 +-
 .../tsfile/read/common/block/TsBlockUtil.java      | 78 +------------------
 7 files changed, 10 insertions(+), 172 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/mpp/execution/operator/AggregationUtil.java => tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/block/TsBlockUtil.java (54%)