[
https://issues.apache.org/jira/browse/PHOENIX-4424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16284569#comment-16284569
]
Hudson commented on PHOENIX-4424:
---------------------------------
SUCCESS: Integrated in Jenkins build Phoenix-master #1892 (See
[https://builds.apache.org/job/Phoenix-master/1892/])
PHOENIX-4424 Allow users to create "DEFAULT" and "HBASE" Schema (tdsilva: rev
c075a17879309fe4def5a621951d72929fb10c3a)
* (edit) phoenix-core/src/main/java/org/apache/phoenix/query/QueryConstants.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/SchemaUtil.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/parse/CreateSchemaStatement.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/CreateSchemaIT.java
* (edit) phoenix-core/src/main/antlr3/PhoenixSQL.g
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/ChangePermissionsIT.java
* (edit)
phoenix-core/src/test/java/org/apache/phoenix/parse/QueryParserTest.java
> 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
> Fix For: 4.14.0
>
> Attachments: PHOENIX-4424.001.patch, PHOENIX-4424.002.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.
> [[email protected]]
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)