[ 
https://issues.apache.org/jira/browse/IGNITE-19804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Evgeny Stanilovsky updated IGNITE-19804:
----------------------------------------
    Description: 
Failed case:

{noformat}
CREATE TABLE IF NOT EXISTS timestamp_tbl (t TIMESTAMP);

INSERT INTO timestamp_tbl VALUES ('2008-01-01 00:00:01'), (NULL), ('2007-01-01 
00:00:01')
{noformat}



  was:
Failed case:

{noformat}
CREATE TABLE IF NOT EXISTS timestamp (t TIMESTAMP);

INSERT INTO timestamp VALUES ('2008-01-01 00:00:01'), (NULL), ('2007-01-01 
00:00:01')
{noformat}




> Sql. Fix timestamp|datetime processing errors
> ---------------------------------------------
>
>                 Key: IGNITE-19804
>                 URL: https://issues.apache.org/jira/browse/IGNITE-19804
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 3.0.0-beta1
>            Reporter: Evgeny Stanilovsky
>            Priority: Major
>              Labels: calcite3-required, ignite-3
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Failed case:
> {noformat}
> CREATE TABLE IF NOT EXISTS timestamp_tbl (t TIMESTAMP);
> INSERT INTO timestamp_tbl VALUES ('2008-01-01 00:00:01'), (NULL), 
> ('2007-01-01 00:00:01')
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to