You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Anton Gozhiy (JIRA)" <ji...@apache.org> on 2019/05/21 16:10:00 UTC

[jira] [Closed] (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 ]

Anton Gozhiy closed DRILL-4843.
-------------------------------
    Resolution: Fixed

The issue is not reproducible with Dill version 1.17.0-SNAPSHOT (commit id 0195d1f34be7fd385ba76d2fd3e14a9fa13bd375)

> 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 &amp; CSV
>    Affects Versions: 1.6.0, 1.7.0
>         Environment: MapR Community cluster on CentOS 7.2
>            Reporter: Matt Keranen
>            Assignee: Paul Rogers
>            Priority: Major
>
> 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
(v7.6.3#76005)