Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-2158

The concat_ws function can't support a tab separator.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.11.3
    • 0.12.0
    • Function/UDF
    • 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.

      Attachments

        Activity

          People

            combine Byunghwa Yun
            combine Byunghwa Yun
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: