[
https://issues.apache.org/jira/browse/PHOENIX-6427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17307988#comment-17307988
]
ASF GitHub Bot commented on PHOENIX-6427:
-----------------------------------------
lhofhansl commented on a change in pull request #1182:
URL: https://github.com/apache/phoenix/pull/1182#discussion_r600659402
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/compile/FromCompiler.java
##########
@@ -253,7 +253,7 @@ public static ColumnResolver
getResolverForSchema(UseSchemaStatement statement,
}
public static ColumnResolver getResolverForSchema(String schema,
PhoenixConnection connection) throws SQLException {
- return new SchemaResolver(connection,
SchemaUtil.normalizeIdentifier(schema), true);
+ return new SchemaResolver(connection, schema, true);
Review comment:
Good one. Ship it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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
>
> 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)