This is an automated email from the ASF dual-hosted git repository.
ppa pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from a71dd7084ab IGNITE-24999 Fix a race in weakStopReplica (#5552)
add 2d6b62aa800 IGNITE-24824 Sql. Add SQL logic tests for TIMESTAMP WITH
LOCAL TIME ZONE type (#5578)
No new revisions were added by this update.
Summary of changes:
.../internal/sql/sqllogic/ScriptContext.java | 13 +-
.../ignite/internal/sql/sqllogic/Statement.java | 22 +-
.../timestamp/test_incorrect_timestamp_ltz.test | 115 +++++++++
.../group1/types/timestamp/test_timestamp_ltz.test | 267 +++++++++++++++++++++
.../timestamp/test_timestamp_ltz_timestamp.test | 62 +++++
5 files changed, 474 insertions(+), 5 deletions(-)
create mode 100644
modules/sql-engine/src/integrationTest/sql/group1/types/timestamp/test_incorrect_timestamp_ltz.test
create mode 100644
modules/sql-engine/src/integrationTest/sql/group1/types/timestamp/test_timestamp_ltz.test
create mode 100644
modules/sql-engine/src/integrationTest/sql/group1/types/timestamp/test_timestamp_ltz_timestamp.test