You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Danny Chen (Jira)" <ji...@apache.org> on 2020/04/18 04:18:00 UTC

[jira] [Resolved] (CALCITE-3934) Allow type-coercion in CONCAT operator

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

Danny Chen resolved CALCITE-3934.
---------------------------------
    Resolution: Fixed

Fixed in [238cf03|https://github.com/apache/calcite/commit/238cf037ebcd0e0e6f121f2304fa46a61c90632b] !

> Allow type-coercion in CONCAT operator
> --------------------------------------
>
>                 Key: CALCITE-3934
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3934
>             Project: Calcite
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.22.0
>            Reporter: Danny Chen
>            Assignee: Danny Chen
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.23.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Supports implicit type coercion for operators with repeated type families, such as:
> {code:sql}
> CONCAT(123, 'abc', DATE '2020-04-17')
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)