You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Chun Chang (JIRA)" <ji...@apache.org> on 2015/09/17 02:18:45 UTC

[jira] [Created] (DRILL-3795) TextReader can't read .tsv file contains multiple double quotes

Chun Chang created DRILL-3795:
---------------------------------

             Summary: TextReader can't read .tsv file contains multiple double quotes
                 Key: DRILL-3795
                 URL: https://issues.apache.org/jira/browse/DRILL-3795
             Project: Apache Drill
          Issue Type: Bug
          Components: Storage - Text & CSV
    Affects Versions: 1.2.0
            Reporter: Chun Chang
            Assignee: Steven Phillips


commit_id: 69c73af54ac3d15b8e7c21e8a3c35b4a62ebc844

I have a simple tab delimitated file contains multiple double quoted text:

{noformat}
another no quote        ""another        with quote""
""another with double quotes""  no quotes
{noformat}

This cause the following error:

{noformat}
0: jdbc:drill:schema=dfs.drillTestDirDropTabl> select columns[0], columns[1] from dfs.tmp.`drill-3718.tsv`;
Error: SYSTEM ERROR: TextParsingException: Error processing input: Cannot use newline character within quoted string, line=2, char=61. Content parsed: [ ]

Fragment 0:0

[Error Id: c631eccc-038c-4d61-bda8-e7037c3677e8 on 10.10.30.166:31010] (state=,code=0)
{noformat}





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