You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maksim Zhuravkov (Jira)" <ji...@apache.org> on 2023/04/19 15:21:00 UTC

[jira] [Updated] (IGNITE-19324) Sql. Custom data types. Type coercion in set operations is not supported.

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

Maksim Zhuravkov updated IGNITE-19324:
--------------------------------------
    Description: 
IgniteTypeCoercion does not provide implementation for getWiderType, which is used to implement type coercion in set operations. 

Example of a query that fails:
{code:java}
SELECT '00000000-0000-0001-0000-000000000000'::UUID UNION ALL SELECT '00000000-0000-0001-0000-000000000000'
{code}



  was:
IgniteTypeCoercion does not provide implementation for getWiderType, which is used to implement type coercion in set operations. 

Example a query that fails
{code:java}
SELECT '00000000-0000-0001-0000-000000000000'::UUID UNION ALL SELECT '00000000-0000-0001-0000-000000000000'
{code}




> Sql. Custom data types. Type coercion in set operations is not supported.
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-19324
>                 URL: https://issues.apache.org/jira/browse/IGNITE-19324
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Maksim Zhuravkov
>            Assignee: Maksim Zhuravkov
>            Priority: Minor
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>
> IgniteTypeCoercion does not provide implementation for getWiderType, which is used to implement type coercion in set operations. 
> Example of a query that fails:
> {code:java}
> SELECT '00000000-0000-0001-0000-000000000000'::UUID UNION ALL SELECT '00000000-0000-0001-0000-000000000000'
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)