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)