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/11/17 09:49:50 UTC

[iotdb] branch fix_agg_align_by_device updated (aa26adb654 -> 5762ade0d8)

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

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


    from aa26adb654 fix the issue that aggregation plan is not corrent with alignByDevice in multi-region
     add 5762ade0d8 change the way to judge aggregation query and optimize unit tests

No new revisions were added by this update.

Summary of changes:
 .../plan/planner/distribution/SourceRewriter.java  |  18 +--
 .../distribution/AggregationDistributionTest.java  |  99 +++++++---------
 .../distribution/DistributionPlannerBasicTest.java | 126 +++++----------------
 .../distribution/NoDataRegionPlanningTest.java     |  37 +-----
 .../iotdb/db/mpp/plan/plan/distribution/Util.java  |  27 ++++-
 5 files changed, 98 insertions(+), 209 deletions(-)