Byunghwa Yun created TAJO-2158:
----------------------------------
Summary: 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
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)