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/05/14 05:55:00 UTC

[jira] [Updated] (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 updated PHOENIX-6427:
---------------------------------
    Fix Version/s: 4.16.1

> 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.16.1, 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)