This is an automated email from the ASF dual-hosted git repository.
amashenkov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 9a0241a8e5 IGNITE-19390 Handling lease deny message in placement
driver side (#2003)
add 1442280dac IGNITE-19128 Sql. IgniteIndexScan should use correct
searchBounds for custom data types (#1981)
No new revisions were added by this update.
Summary of changes:
.../tests/BaseIndexCustomDataTypeTest.java | 2 -
.../sql/engine/datatypes/uuid/ItUuidIndexTest.java | 2 -
.../sql/engine/prepare/IgniteTypeCoercion.java | 76 ++++++++++++++---
.../sql/engine/prepare/PlanningContext.java | 7 ++
.../ignite/internal/sql/engine/util/RexUtils.java | 98 ++++++++--------------
.../ignite/internal/sql/engine/util/TypeUtils.java | 44 ----------
.../planner/IndexSearchBoundsPlannerTest.java | 10 ++-
7 files changed, 118 insertions(+), 121 deletions(-)