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

Unicode delimiter does not work correctly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.8.0, 0.9.0
    • 0.9.0
    • Catalog
    • None

    Description

      When table create with a unicode delimiter, it store wrong unicode as follows:

      create table delim_test (col1 text, col2 text) using csv with ('csvfile.delimiter'='\u0036');
      Actual : 'csvfile.delimiter'='\u0006'
      

      Attachments

        Activity

          People

            jhkim Jinho Kim
            jhkim Jinho Kim
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: