You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Matt Welsh (JIRA)" <ji...@apache.org> on 2015/12/01 22:55:11 UTC

[jira] [Created] (DRILL-4149) Escape Character Not Used for TSVs

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)