Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-6371

Not correctly validating unicode delimiters.

    XMLWordPrintableJSON

Details

    • ghx-label-4

    Description

      The following create statement returns successfully but the delimiter in the file is hex '57' (hex '11' when IMPALA-3464 is fixed).

      [hostname:21000] > create table if not exists table5 (c1 string, c2 string, c3 string) row format delimited fields terminated by '\u1111' lines terminated by '\001' stored as textfile location "/temp";
      

      Using '\u1111' as a delimiter should return an error as it does not meet the delimiter specs.

      Attachments

        Activity

          People

            aholley Adam Holley
            aholley Adam Holley
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: