Aleksey Plekhanov created IGNITE-16075:
------------------------------------------
Summary: 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
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)