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

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


 discard 3d79a7b36d Optimize test logs a bit.
 discard 9f9af65ff6 Add TPC-H planner test
 discard 04540a545e Fix tests.
 discard 9970fd7652 Fix wrong memory for IgniteAggregate and distinct count 
estimation.
     add 0d72c2f498 Fix wrong memory for IgniteAggregate and distinct count 
estimation.
     add 62f067b7fd Fix tests.
     add 9c3b3cff7c Add TPC-H planner test
     add 9b8e1c0547 Optimize test logs a bit.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3d79a7b36d)
            \
             N -- N -- N   refs/heads/ignite-21580 (9b8e1c0547)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../engine/metadata/IgniteMdDistinctRowCount.java  |  21 ++--
 .../internal/sql/engine/rel/IgniteAggregate.java   |   3 +-
 .../sql/engine/planner/AggregatePlannerTest.java   |   1 -
 .../sql/engine/planner/TpchQueryPlannerTest.java   | 126 ++++++++-------------
 .../src/test/resources/mapping/correlated.test     |  15 ++-
 .../resources/mapping/test_partition_pruning.test  |  10 +-
 .../src/test/resources/mapping/union.test          |  50 +++-----
 .../src/test/resources/tpch/plan/q1.plan           |   7 ++
 .../internal/sql/engine/util/tpch/TpchHelper.java  |  26 +++++
 9 files changed, 119 insertions(+), 140 deletions(-)
 create mode 100644 modules/sql-engine/src/test/resources/tpch/plan/q1.plan

Reply via email to