You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Rushabh Shah (Jira)" <ji...@apache.org> on 2021/07/09 01:45:00 UTC

[jira] [Commented] (PHOENIX-4424) Allow users to create "DEFAULT" and "HBASE" Schema (Uppercase Schema Names)

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

Rushabh Shah commented on PHOENIX-4424:
---------------------------------------

We need to forward port this patch to 5.x branch. 
Cc [~vjasani] Without this patch, we can't create any table with HBASE schema name (case is important here).

> Allow users to create "DEFAULT" and "HBASE" Schema (Uppercase Schema Names)
> ---------------------------------------------------------------------------
>
>                 Key: PHOENIX-4424
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4424
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Karan Mehta
>            Assignee: Karan Mehta
>            Priority: Major
>             Fix For: 4.14.0
>
>         Attachments: PHOENIX-4424.001.patch, PHOENIX-4424.002.patch, PHOENIX-4424_5.x-HBase-2.0.patch
>
>
> We currently block users to create "DEFAULT" and "HBASE" schema, however it should be actually "default" and "hbase" since hbase namespace is case sensitive. Hence we should update it and allow is users want to create schema's with those names.
> If user wants to access the schema names with capital letters, they can pass it in directly (Phoenix will automatically upper-case it) or pass it in uppercase letters with double-quotes.
> FYI.
> [~twdsilva@gmail.com]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)