This is an automated email from the ASF dual-hosted git repository.
amashenkov pushed a change to branch ignite-25811
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 03779180587 wip
add d8a2e8ff747 wip
add 6d0e918bfae fix tests
No new revisions were added by this update.
Summary of changes:
.../ignite/jdbc/ItJdbcResultSetSelfTest.java | 32 +-
.../sql/engine/ItDynamicParameterTest.java | 52 +-
.../ignite/internal/sql/engine/ItIntervalTest.java | 30 +-
.../sql/group1/cast/test_cast_decimal.test | 6 +-
.../sql/group1/cast/test_cast_float.test | 2 +-
.../sql/group1/cast/test_cast_int.test | 2 +-
.../sql/group1/cast/test_cast_interval_day.test | 2 +-
.../sql/group1/cast/test_cast_interval_year.test | 2 +-
.../group1/function/date/test_extract_month.test | 754 +--------------------
.../group1/function/date/test_extract_year.test | 644 +-----------------
.../types/timestamp/test_incorrect_timestamp.test | 18 +-
.../timestamp/test_incorrect_timestamp_ltz.test | 18 +-
.../sql/engine/prepare/IgniteSqlValidator.java | 8 +-
.../sql/engine/planner/CastResolutionTest.java | 2 +-
.../src/testFixtures/resources/tpcds/query12.sql | 2 +-
.../src/testFixtures/resources/tpcds/query16.sql | 2 +-
.../src/testFixtures/resources/tpcds/query20.sql | 2 +-
.../src/testFixtures/resources/tpcds/query21.sql | 4 +-
.../src/testFixtures/resources/tpcds/query32.sql | 4 +-
19 files changed, 133 insertions(+), 1453 deletions(-)