[
https://issues.apache.org/jira/browse/IGNITE-23477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17890837#comment-17890837
]
Ignite TC Bot commented on IGNITE-23477:
----------------------------------------
{panel:title=Branch: [pull/11601/head] Base: [master] : Possible Blockers
(1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform .NET (Windows){color} [[tests 0 TIMEOUT , Exit Code
|https://ci2.ignite.apache.org/viewLog.html?buildId=8118357]]
{panel}
{panel:title=Branch: [pull/11601/head] Base: [master] : New Tests
(4)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Calcite SQL{color} [[tests
4|https://ci2.ignite.apache.org/viewLog.html?buildId=8117922]]
* {color:#013220}IgniteCalciteTestSuite:
TableDmlIntegrationTest.testInsertIncorrectDate[sqlTxMode=RANDOM] -
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
TableDmlIntegrationTest.testInsertIncorrectDate[sqlTxMode=ALL] - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
TableDmlIntegrationTest.testInsertIncorrectDate[sqlTxMode=NONE] - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite: test_incorrect_timestamp.test -
PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8117999&buildTypeId=IgniteTests24Java8_RunAll]
> 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)