You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jinho Kim (JIRA)" <ji...@apache.org> on 2016/05/16 05:40:12 UTC

[jira] [Assigned] (TAJO-2158) The concat_ws function can't support a tab separator.

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

Jinho Kim reassigned TAJO-2158:
-------------------------------

    Assignee: Byunghwa Yun

I’ve just assign to you
Thanks

> The concat_ws function can't support a tab separator.
> -----------------------------------------------------
>
>                 Key: TAJO-2158
>                 URL: https://issues.apache.org/jira/browse/TAJO-2158
>             Project: Tajo
>          Issue Type: Bug
>          Components: Function/UDF
>    Affects Versions: 0.11.3
>            Reporter: Byunghwa Yun
>            Assignee: Byunghwa Yun
>            Priority: Minor
>             Fix For: 0.12.0, 0.11.3
>
>
> When I executed below SQL in Tajo.
> default> select concat_ws('\t','asad','combine');
> ?concat_ws
> -------------------------------
> asad\tcombine
> (1 rows, 0.055 sec, 0 B selected)
> When I executed it in Hive.
> asad    combine
> When I executed it in MySQL.
> asad    combine
> I hope Tajo will be support '\t' character is tab.
> Thank you.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)