Vladimir Steshin created IGNITE-23477:
-----------------------------------------
Summary: Calcite. Fix acception of incorrect date literal.
Key: IGNITE-23477
URL: https://issues.apache.org/jira/browse/IGNITE-23477
Project: Ignite
Issue Type: Bug
Reporter: Vladimir Steshin
Assignee: Vladimir Steshin
Issues in the test _test_incorrect_timestamp.test_ can be fixed just by
updating version of _Avatica_ version.
Exampe:
{code:java}
CREATE TABLE tbl(t TIMESTAMP)
INSERT INTO tbl VALUES ('1900-02-35 00:00:00')
{code}
passes instead of raising an incorrect date exception.
Adoption of #IGNITE-15623
--
This message was sent by Atlassian Jira
(v8.20.10#820010)