You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Jinfeng Ni (JIRA)" <ji...@apache.org> on 2013/11/19 04:13:21 UTC

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

Jinfeng Ni created DRILL-302:
--------------------------------

             Summary: 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.1#6144)