You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Evgeny Stanilovsky (Jira)" <ji...@apache.org> on 2021/09/27 12:33:00 UTC

[jira] [Created] (IGNITE-15619) Calcite. Fix numerous errors with DATE types tests.

Evgeny Stanilovsky created IGNITE-15619:
-------------------------------------------

             Summary: Calcite. Fix numerous errors with DATE types tests.
                 Key: IGNITE-15619
                 URL: https://issues.apache.org/jira/browse/IGNITE-15619
             Project: Ignite
          Issue Type: Improvement
          Components: sql
            Reporter: Evgeny Stanilovsky


for example :

{noformat}
statement ok
CREATE TABLE dates(i DATE)

statement ok
INSERT INTO dates VALUES ('1993-08-14'), (NULL)
{noformat}

failed tests:

{noformat}
/types/date/test_date.test
{noformat}





--
This message was sent by Atlassian Jira
(v8.3.4#803005)