Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-17965

Hive dialect doesn't properly handle special character escaping with SQL CLI

    XMLWordPrintableJSON

Details

    Description

      The following DDL runs fine with table api but doesn't work with sql-client:

      create table tbl (x int) row format delimited lines terminated by '\n'
      

      In sql-client, '\' will be escaped and therefore we'll have "\n", instead of new line character, as the line terminator.

      Attachments

        Issue Links

          Activity

            People

              lirui Rui Li
              lirui Rui Li
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: