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

[jira] [Assigned] (IGNITE-16075) Calcite engine. Support UUID data type

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

Vladimir Steshin reassigned IGNITE-16075:
-----------------------------------------

    Assignee: Vladimir Steshin

> Calcite engine. Support UUID data type
> --------------------------------------
>
>                 Key: IGNITE-16075
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16075
>             Project: Ignite
>          Issue Type: New Feature
>            Reporter: Aleksey Plekhanov
>            Assignee: Vladimir Steshin
>            Priority: Major
>              Labels: calcite2-required, calcite3-required
>
> Currently, UUID columns can be selected or even filtered if a table containing such a column is created not by the Calcite-based SQL engine (for example via cache API using {{@QuerySqlField}} field annotation).
> But we cannot use it in DDL:
> {noformat}
> CREATE TABLE t (id UUID)
> {noformat}
> Or cast:
> {noformat}
> SELECT CAST(id AS UUID)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)