[
https://issues.apache.org/jira/browse/IGNITE-16075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yury Gerzhedovich updated IGNITE-16075:
---------------------------------------
Labels: calcite (was: calcite calcite3-required)
> 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: calcite
> Time Spent: 5h 40m
> Remaining Estimate: 0h
>
> 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.10#820010)