Matt Welsh created DRILL-4149:
---------------------------------

             Summary: Escape Character Not Used for TSVs
                 Key: DRILL-4149
                 URL: https://issues.apache.org/jira/browse/DRILL-4149
             Project: Apache Drill
          Issue Type: Bug
          Components: Execution - Data Types
    Affects Versions: 1.3.0
            Reporter: Matt Welsh
            Priority: Minor


Escape Character does not escape tabs in TSVs

For instance query:

With Storage Format configured as:
    "tsv": {
      "type": "text",
      "extensions": [
        "tsv"
      ],
      "escape": "\\",
      "delimiter": "\t"
    },
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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to