This is an automated email from the ASF dual-hosted git repository.
jooger pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 65f8c11e58 IGNITE-22904 Do not allow old MG majority to hijack
leadership (#4433)
add 21b7357240 IGNITE-23041: Sql. Add planner test to verify numeric type
coercion for function arguments (#4424)
No new revisions were added by this update.
Summary of changes:
.../planner/datatypes/BaseTypeCoercionTest.java | 28 +-
.../NumericBinaryOperationsTypeCoercionTest.java | 11 +-
.../NumericFunctionsTypeCoercionTest.java | 1597 ++++++++++++++++++++
3 files changed, 1614 insertions(+), 22 deletions(-)
create mode 100644
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/planner/datatypes/NumericFunctionsTypeCoercionTest.java