You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Kristine Hahn (JIRA)" <ji...@apache.org> on 2015/07/13 18:34:05 UTC

[jira] [Assigned] (DRILL-3489) Error in documentation for "List of Attributes and Definitions"

     [ https://issues.apache.org/jira/browse/DRILL-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristine Hahn reassigned DRILL-3489:
------------------------------------

    Assignee: Kristine Hahn  (was: Bridget Bevens)

> Error in documentation for "List of Attributes and Definitions"
> ---------------------------------------------------------------
>
>                 Key: DRILL-3489
>                 URL: https://issues.apache.org/jira/browse/DRILL-3489
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 1.1.0
>         Environment: not applicable
>            Reporter: Uwe Geercken
>            Assignee: Kristine Hahn
>            Priority: Minor
>
> the documentation for the attributes and definitions shows an attribute named "delimiter", with following description.
> quote:
> One or more characters that separate records in a delimited text file, such as CSV. Use a 4-digit hex ascii code syntax \uXXXX for a non-printable delimiter. 
> end quote
> so it is obvious, that a record separator is meant. there is another attribute: "fieldDelimiter". which is from its name and description to define the delimiter/separator between fields of a row.
> The issue is, that in the standard definition of the storage plugin, the attribute "delimiter" is used as the delimiter between the fields and not the records. And it also works correctly like this.
> When I try to add the attribute "fieldDelimiter" to the storage configuration then I get following error:
> error (Invalid JSON mapping)



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