You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by combineads <gi...@git.apache.org> on 2016/05/16 04:49:23 UTC

[GitHub] tajo pull request: TAJO-2158: The concat_ws function can't support...

GitHub user combineads opened a pull request:

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

    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/1021.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 #1021
    
----
commit 76222f83c0fae3a2b9a57ce023cc0d83fcf852b9
Author: Byunghwa Yun <co...@combineads.co.kr>
Date:   2016-05-16T04:42:42Z

    [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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tajo pull request: TAJO-2158: The concat_ws function can't support...

Posted by combineads <gi...@git.apache.org>.
Github user combineads closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---