You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (Jira)" <ji...@apache.org> on 2019/08/21 17:24:00 UTC

[jira] [Resolved] (CALCITE-3235) Add CONCAT function for Redshift

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

Julian Hyde resolved CALCITE-3235.
----------------------------------
    Fix Version/s: 1.21.0
       Resolution: Fixed

Fixed in [79b97b62|https://github.com/apache/calcite/commit/79b97b628ac43e56873029b72a18e7bec0d1e7db]; thanks for the PR, [~fib-seq]!

> Add CONCAT function for Redshift
> --------------------------------
>
>                 Key: CALCITE-3235
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3235
>             Project: Calcite
>          Issue Type: Improvement
>            Reporter: Ryan Fu
>            Assignee: Julian Hyde
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.21.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Get this error:
> {{No match found for function signature CONCAT(<CHARACTER>, <CHARACTER>, ...)}}
> When using CONCAT, e.g.
> {{SELECT CONCAT('a', city) FROM public.aircraft}}
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)