GitHub user combineads opened a pull request:

    https://github.com/apache/tajo/pull/1023

    TAJO-2158: The concat_ws function can't support a tab separator.

    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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/combineads/tajo TAJO-2158

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/1023.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1023
    
----
commit be21598cb7ad3ba70a9ca6b322be7b1765425e63
Author: Byunghwa Yun <[email protected]>
Date:   2016-05-16T05:58:14Z

    TAJO-2158: The concat_ws function can't support a tab separator.

commit 65aa34d372adcfc6c82d5b7f14503389f2ef636b
Author: Byunghwa Yun <[email protected]>
Date:   2016-05-16T06:00:49Z

    TAJO-2158: The concat_ws function can't support a tab separator.

commit 107fd449316dcc4142ec5c3fd98f884c8d7b5f2f
Author: Byunghwa Yun <[email protected]>
Date:   2016-05-16T06:03:23Z

    TAJO-2158: The concat_ws function can't support a tab separator.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to