You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Paul Rogers (JIRA)" <ji...@apache.org> on 2017/06/19 18:47:00 UTC

[jira] [Assigned] (DRILL-4843) Trailing spaces in CSV column headers cause IndexOutOfBoundsException

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

Paul Rogers reassigned DRILL-4843:
----------------------------------

    Assignee: Paul Rogers

> Trailing spaces in CSV column headers cause IndexOutOfBoundsException
> ---------------------------------------------------------------------
>
>                 Key: DRILL-4843
>                 URL: https://issues.apache.org/jira/browse/DRILL-4843
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Text & CSV
>    Affects Versions: 1.6.0, 1.7.0
>         Environment: MapR Community cluster on CentOS 7.2
>            Reporter: Matt Keranen
>            Assignee: Paul Rogers
>
> When a CSV file with a header row has spaces after commas, an IOBE is thrown when trying to reference column names. For example, this will cause the exeption:
> {{col1, col2, col3}}
> Where this will not
> {{col1,col2,col3}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)