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

[jira] [Resolved] (DRILL-302) Column name in parquet is case-sensitive

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

Jacques Nadeau resolved DRILL-302.
----------------------------------

    Resolution: Fixed

> Column name in parquet is case-sensitive 
> -----------------------------------------
>
>                 Key: DRILL-302
>                 URL: https://issues.apache.org/jira/browse/DRILL-302
>             Project: Apache Drill
>          Issue Type: Wish
>            Reporter: Jinfeng Ni
>            Priority: Minor
>
> Currently, column name in parquet is case-sensitive, which is different from SQL where query is case-insensitive.
> For instance,  the following query will fail on drill: 
> Select  _MAP['n_name'] AS N_NAME from "nation";
> The following query is fine:
> Select  _MAP['N_NAME'] AS N_NAME from "nation";
> If we want to follow SQL, then it would be nice to make parquet column name case-insensitive as well.
>  



--
This message was sent by Atlassian JIRA
(v6.2#6252)