[
https://issues.apache.org/jira/browse/TAJO-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15284224#comment-15284224
]
Hudson commented on TAJO-2158:
------------------------------
SUCCESS: Integrated in Tajo-master-build #1153 (See
[https://builds.apache.org/job/Tajo-master-build/1153/])
TAJO-2158: The concat_ws function can't support a tab separator. (jihoonson:
rev 4594b6116f968af01a9bdabfec4a6fe2e244a469)
*
tajo-core-tests/src/test/java/org/apache/tajo/engine/function/TestStringOperatorsAndFunctions.java
* tajo-core/src/main/java/org/apache/tajo/engine/function/string/Concat_ws.java
* CHANGES
> 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
>
>
> 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)