[
https://issues.apache.org/jira/browse/IGNITE-23477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17890461#comment-17890461
]
Evgeny Stanilovsky commented on IGNITE-23477:
---------------------------------------------
[~vladsz83] do you decide that it`s correct to update avatica separately from
calcite ? I don`t think so.
> Calcite. Fix acception of incorrect date literal.
> -------------------------------------------------
>
> Key: IGNITE-23477
> URL: https://issues.apache.org/jira/browse/IGNITE-23477
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.14
> Reporter: Vladimir Steshin
> Assignee: Vladimir Steshin
> Priority: Minor
> Labels: calcite, ignite-2, ise
>
> 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)