[
https://issues.apache.org/jira/browse/DRILL-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13949282#comment-13949282
]
Jacques Nadeau commented on DRILL-454:
--------------------------------------
I just noticed that this focuses on table names as well as columns. The fix
above was for columns. For tables, please verify behavior for non Schema
less tables. For schemaless tables, we delegate to the underlying file system
which is case sensitive.
> TABLE/COLUMN names in Drill are case sensitive
> ----------------------------------------------
>
> Key: DRILL-454
> URL: https://issues.apache.org/jira/browse/DRILL-454
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Neeraja
>
> Drill table/column names seem to be case sensitive.
> Example 1; Select * from INFORMATION_SCHEMA.TABLES works, but
> INFORMATION_SCHEMA.tables doesn't work
> Example 2: Select * from hive.web_log works , but select * from hive.WEB_LOG
> doesn't work (this works in hive)
> We need to make the table/column names case-insensitive for ease of use.
--
This message was sent by Atlassian JIRA
(v6.2#6252)