[
https://issues.apache.org/jira/browse/IGNITE-16075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508025#comment-17508025
]
Aleksey Plekhanov commented on IGNITE-16075:
--------------------------------------------
[~vladsz83], LGTM. Thanks for the contribution! Merged to sql-calcite.
> 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
> Time Spent: 5.5h
> 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.1#820001)