This is an automated email from the ASF dual-hosted git repository.
korlov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 39224e3dfa IGNITE-18020 Add GC support to rocksdb storage (#1619)
add 638139a600 IGNITE-18369: SQL. Incorrect inferred return type for
functions for NUMERIC types (#1588)
No new revisions were added by this update.
Summary of changes:
.../sql/engine/ItDynamicParameterTest.java | 13 +-
.../internal/sql/engine/ItImplicitCastsTest.java | 12 ++
.../sql/function/generic/test_coalesce.test | 9 +-
.../internal/sql/engine/prepare/IgnitePlanner.java | 3 +-
.../sql/engine/prepare/IgniteTypeCoercion.java | 80 +++++++++++
.../sql/engine/prepare/TypeCoercionTest.java | 157 +++++++++++++++++----
6 files changed, 231 insertions(+), 43 deletions(-)