[
https://issues.apache.org/jira/browse/IGNITE-23477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17890975#comment-17890975
]
Evgeny Stanilovsky commented on IGNITE-23477:
---------------------------------------------
[~vladsz83] nothing wrong, i check your PR and understand what you are talking
about )
> 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
> Fix For: 2.17
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)