Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-4149

Escape Character Not Used for TSVs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.3.0
    • None
    • Execution - Data Types
    • None

    Description

      Escape Character does not escape tabs in TSVs

      For instance query:

      select * from df.`bug.tsz`;

      With Storage Format configured as:
      "tsv":

      { "type": "text", "extensions": [ "tsv" ], "escape": "\\", "delimiter": "\t" }

      ,
      bug.tsv file:
      testval 1 2 3 sometext
      testval 4 5 6 some text with a tab between here\ here

      This returns 5 columns for first and 6 for second. Should be 5 for both.

      Attachments

        Activity

          People

            paul-rogers Paul Rogers
            mhwelsh@gmail.com Matt Welsh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: