[
https://issues.apache.org/jira/browse/PHOENIX-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14506337#comment-14506337
]
Hudson commented on PHOENIX-1682:
---------------------------------
FAILURE: Integrated in Phoenix-master #703 (See
[https://builds.apache.org/job/Phoenix-master/703/])
PHOENIX-1682 PhoenixRuntime.getTable() does not work with case-sensitive table
names (Ivan Weiss) (jtaylor: rev ed7d0e978ecc46dec7fd2ae1eb99a32de9c8c32a)
* phoenix-core/src/main/java/org/apache/phoenix/util/PhoenixRuntime.java
* phoenix-core/src/test/java/org/apache/phoenix/util/PhoenixRuntimeTest.java
> PhoenixRuntime.getTable() does not work with case-sensitive table names
> -----------------------------------------------------------------------
>
> Key: PHOENIX-1682
> URL: https://issues.apache.org/jira/browse/PHOENIX-1682
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.2.0
> Reporter: Eli Levine
> Assignee: Ivan Weiss
> Labels: Newbie
> Fix For: 5.0.0, 4.4.0, 4.3.2
>
>
> PhoenixRuntime.getTable(conn, name) assumes _name_ is a single component
> because it calls SchemaUtil.normalizeIdentifier(name) on the whole thing,
> without breaking up _name_ into table name and schema name components. In
> cases where a table is case sensitive (created with _schemaName."tableName"_)
> this will result in getTable not finding the table.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)