You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Pereslegin (Jira)" <ji...@apache.org> on 2024/03/29 15:20:00 UTC

[jira] [Assigned] (IGNITE-15622) Calcite. TIME and TIMESTAMP types are trim milliseconds.

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

Pavel Pereslegin reassigned IGNITE-15622:
-----------------------------------------

    Assignee: Pavel Pereslegin

> Calcite. TIME and TIMESTAMP types are trim milliseconds.
> --------------------------------------------------------
>
>                 Key: IGNITE-15622
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15622
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Evgeny Stanilovsky
>            Assignee: Pavel Pereslegin
>            Priority: Major
>              Labels: calcite, calcite2-required, calcite3-required, ignite-3
>
> for example ^
> {noformat}
> query I
> SELECT '1969-01-01 01:03:20.45432'::TIMESTAMP::VARCHAR
> ----
> 1969-01-01 01:03:20.45432
> expected=1969-01-01 01:03:20.45432, actual=1969-01-01 01:03:20
> {noformat}
> {noformat}
> query I
> SELECT '14:42:04.35'::TIME::VARCHAR
> ----
> 14:42:04.35
> expected=14:42:04.35, actual=14:42:04
> {noformat}
> {noformat}
> /sql/types/timestamp/bc_timestamp.test[_ignore]
> /sql/types/time/time_parsing.test
> {noformat}



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