You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2023/02/28 14:18:54 UTC

[ignite-3] branch ignite-18208 updated (f5cfed2d64 -> dd95e380af)

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

amashenkov pushed a change to branch ignite-18208
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from f5cfed2d64 Merge branch 'main' into ignite-18208
     add dd95e380af WIP.

No new revisions were added by this update.

Summary of changes:
 .../planner/AbstractAggregatePlannerTest.java      | 334 ++++++++++++++-------
 .../sql/engine/planner/AggregatePlannerTest.java   | 195 ++++++++----
 .../planner/ColocatedHashAggregatePlannerTest.java | 184 +++++++++---
 .../planner/ColocatedSortAggregatePlannerTest.java | 166 +++++++---
 .../planner/MapReduceHashAggregatePlannerTest.java | 237 ++++++++++-----
 .../planner/MapReduceSortAggregatePlannerTest.java | 249 ++++++++++-----
 6 files changed, 971 insertions(+), 394 deletions(-)