You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Bridget Bevens (JIRA)" <ji...@apache.org> on 2018/11/29 18:52:00 UTC

[jira] [Updated] (DRILL-6492) Make storage plugins names case insensitive

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

Bridget Bevens updated DRILL-6492:
----------------------------------
    Labels: doc-complete ready-to-commit  (was: doc-impacting ready-to-commit)

> Make storage plugins names case insensitive
> -------------------------------------------
>
>                 Key: DRILL-6492
>                 URL: https://issues.apache.org/jira/browse/DRILL-6492
>             Project: Apache Drill
>          Issue Type: Improvement
>    Affects Versions: 1.13.0
>            Reporter: Arina Ielchiieva
>            Assignee: Arina Ielchiieva
>            Priority: Major
>              Labels: doc-complete, ready-to-commit
>             Fix For: 1.15.0
>
>
> Storage plugin names to be case insensitive (DFS vs dfs, INFORMATION_SCHEMA vs information_schema).
> Workspace  (schemas) names to be case insensitive (ROOT vs root, TMP vs tmp). Even if user has two directories /TMP and /tmp, he can create two workspaces but not both with tmp name. For example, tmp vs tmp_u.
> Table names case sensitivity are treated per plugin. For example, system plugins (information_schema, sys) table names (views, tables) should be case insensitive. Actually, currently for sys plugin table names are case insensitive, information_schema table names are case sensitive. That needs to be synchronized. For file system plugins table names must be case sensitive, since under table name we imply directory / file name and their case sensitivity depends on file system.
> *Documentation*
> https://drill.apache.org/docs/lexical-structure/ should be updated with relevant information.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)