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 2015/03/13 21:58:39 UTC

[jira] [Updated] (DRILL-2302) Case sensitivity - System tables names are case sensitive

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

Jacques Nadeau updated DRILL-2302:
----------------------------------
    Fix Version/s: 0.9.0

> Case sensitivity - System tables names are case sensitive
> ---------------------------------------------------------
>
>                 Key: DRILL-2302
>                 URL: https://issues.apache.org/jira/browse/DRILL-2302
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Information Schema
>    Affects Versions: 0.8.0
>            Reporter: Ramana Inukonda Nagaraj
>            Assignee: Jason Altekruse
>            Priority: Minor
>             Fix For: 0.9.0
>
>
> {code}
> 0: jdbc:drill:> select * from sys.options where NAME like '%parquet%';
> 0: jdbc:drill:> select * from SYS.OPTIONS where NAME like '%parquet%';
> Query failed: SqlValidatorException: Table 'SYS.OPTIONS' not found
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)