[
https://issues.apache.org/jira/browse/IGNITE-15619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-15619:
----------------------------------------
Description:
for example :
{noformat}
statement ok
CREATE TABLE dates(i DATE)
statement ok
INSERT INTO dates VALUES ('1993-08-14'), (NULL)
{noformat}
{noformat}
statement ok
CREATE TABLE times(i TIME)
statement ok
INSERT INTO times VALUES ('00:01:20'), ('20:08:10.998'), ('20:08:10.33'),
('20:08:10.001'), (NULL)
{noformat}
failed tests:
{noformat}
/types/date/*
/types/time/*
{noformat}
was:
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}
> Calcite. Fix numerous errors with DATE TIME types tests.
> --------------------------------------------------------
>
> Key: IGNITE-15619
> URL: https://issues.apache.org/jira/browse/IGNITE-15619
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Reporter: Evgeny Stanilovsky
> Priority: Major
> Labels: calcite, calcite2-required, calcite3-required, ignite-3
>
> for example :
> {noformat}
> statement ok
> CREATE TABLE dates(i DATE)
> statement ok
> INSERT INTO dates VALUES ('1993-08-14'), (NULL)
> {noformat}
> {noformat}
> statement ok
> CREATE TABLE times(i TIME)
> statement ok
> INSERT INTO times VALUES ('00:01:20'), ('20:08:10.998'), ('20:08:10.33'),
> ('20:08:10.001'), (NULL)
> {noformat}
> failed tests:
> {noformat}
> /types/date/*
> /types/time/*
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)