This is an automated email from the ASF dual-hosted git repository.
zstan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 9f9e0a6166 IGNITE-21827: Sql. Union returns incorrect result for
DECIMAL and INT columns (#3474)
add 7e6ca8f927 IGNITE-21287 Sql. LogicalOrToUnionRule may hang (#3505)
No new revisions were added by this update.
Summary of changes:
.../internal/sql/engine/ItOrToUnionRuleTest.java | 2 -
.../internal/sql/engine/ItSecondaryIndexTest.java | 1 -
.../internal/sql/engine/prepare/PlannerPhase.java | 4 +-
.../engine/rule/logical/LogicalOrToUnionRule.java | 7 +-
.../ignite/internal/sql/engine/util/RexUtils.java | 112 +++++++++++++++++++++
.../planner/CorrelatedSubqueryPlannerTest.java | 2 +-
.../internal/sql/engine/planner/PlannerTest.java | 58 +++++++++++
7 files changed, 178 insertions(+), 8 deletions(-)