[ 
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)

Reply via email to