You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Ramana Inukonda Nagaraj (JIRA)" <ji...@apache.org> on 2015/02/25 19:10:05 UTC

[jira] [Commented] (DRILL-2299) Case sensitivity: Storage plugin names and workspace names are case sensitive

    [ https://issues.apache.org/jira/browse/DRILL-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336886#comment-14336886 ] 

Ramana Inukonda Nagaraj commented on DRILL-2299:
------------------------------------------------

Same for workspaces.
{code}
sqlline version 1.1.6
0: jdbc:drill:> use dfs.drillTestDir;
+------------+------------+
|     ok     |  summary   |
+------------+------------+
| true       | Default schema changed to 'dfs.drillTestDir' |
+------------+------------+
1 row selected (0.189 seconds)
0: jdbc:drill:> use dfs.drilltestdir;
+------------+------------+
|     ok     |  summary   |
+------------+------------+
| false      | Failed to change default schema to 'dfs.drilltestdir' |
+------------+------------+
1 row selected (0.053 seconds)
{code}


> Case sensitivity: Storage plugin names and workspace names are case sensitive
> -----------------------------------------------------------------------------
>
>                 Key: DRILL-2299
>                 URL: https://issues.apache.org/jira/browse/DRILL-2299
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Information Schema
>    Affects Versions: 0.8.0
>            Reporter: Ramana Inukonda Nagaraj
>            Assignee: Jason Altekruse
>
> Storage plugin is defined as dfs :
> 0: jdbc:drill:> select * from dfs.`/user/root/alltypes.json`;
> Works fine.
> select * from FROM DFS.`/user/root/alltypes.json`;
> Fails with DFS not found.



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