Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.11.3
-
None
Description
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.