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

zstan pushed a change to branch ignite-2.18
in repository https://gitbox.apache.org/repos/asf/ignite.git


    from 28e9b763e99 IGNITE-27700 SQL Calcite: Fix merge filter to scan after 
trimmed fields - Fixes #12675.
     new fbd59d2f6f4 IGNITE-27660 SQL Calcite: Fix usage of checkState() in the 
join nodes - Fixes #12680.
     new 7e15f04ab66 IGNITE-27738 SQL Calcite: Fix planner hang on multi-row 
values - Fixes #12697.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../rel/AbstractRightMaterializedJoinNode.java     |   1 +
 .../exec/rel/CorrelatedNestedLoopJoinNode.java     |  37 +++--
 .../query/calcite/exec/rel/HashJoinNode.java       |   5 +-
 .../query/calcite/exec/rel/MergeJoinNode.java      |  61 +++++---
 .../query/calcite/exec/rel/NestedLoopJoinNode.java |  57 ++++---
 .../rel/agg/IgniteColocatedSortAggregate.java      |   8 +-
 .../calcite/rel/agg/IgniteMapSortAggregate.java    |  10 +-
 .../calcite/rel/agg/IgniteReduceSortAggregate.java |   8 +-
 .../processors/query/calcite/trait/TraitUtils.java |  68 ++++++++-
 .../integration/SortAggregateIntegrationTest.java  |  15 ++
 .../integration/TableDmlIntegrationTest.java       |  15 ++
 .../calcite/planner/JoinColocationPlannerTest.java |  28 ++++
 .../calcite/planner/SortAggregatePlannerTest.java  | 168 ++++++++++++++-------
 13 files changed, 351 insertions(+), 130 deletions(-)

Reply via email to