Aleksey Plekhanov created IGNITE-16509:
------------------------------------------
Summary: Calcite engine. Support OTHER data type
Key: IGNITE-16509
URL: https://issues.apache.org/jira/browse/IGNITE-16509
Project: Ignite
Issue Type: New Feature
Reporter: Aleksey Plekhanov
Table with {{OTHER}} (Object) data type can be created by H2-based SQL engine:
{noformat}
CREATE TABLE t(val OTHER)
{noformat}
But such a data type is not supported by Calcite-based SQL engine (at least in
DDL)
--
This message was sent by Atlassian Jira
(v8.20.1#820001)