You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2021/03/25 05:03:00 UTC

[jira] [Resolved] (PHOENIX-6427) Create sequence fails in lowercase schema

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

Istvan Toth resolved PHOENIX-6427.
----------------------------------
    Fix Version/s: 5.1.2
                   5.2.0
                   4.17.0
       Resolution: Fixed

Committed to master, 4.x and 5.1

Thanks for the review [~larsh]

> Create sequence fails in lowercase schema
> -----------------------------------------
>
>                 Key: PHOENIX-6427
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6427
>             Project: Phoenix
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 5.1.0, 4.16.0
>            Reporter: Istvan Toth
>            Assignee: Istvan Toth
>            Priority: Major
>             Fix For: 4.17.0, 5.2.0, 5.1.2
>
>
> The following sequence:
> {noformat}
> CREATE SCHEMA "lower";
> create sequence "lower"."seq";
> {noformat}
> fails with a SchemaNotFoundException when namespace mapping is enabled.



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