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/24 14:58:00 UTC

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

Istvan Toth created PHOENIX-6427:
------------------------------------

             Summary: 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: 4.16.0, 5.1.0
            Reporter: Istvan Toth
            Assignee: Istvan Toth


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)