Siddhi Mehta created PHOENIX-2036:
-------------------------------------
Summary: PhoenixConfigurationUtil should provide a pre-normalize
table name to PhoenixRuntime
Key: PHOENIX-2036
URL: https://issues.apache.org/jira/browse/PHOENIX-2036
Project: Phoenix
Issue Type: Bug
Reporter: Siddhi Mehta
Priority: Minor
I was trying a basic store using PhoenixHBaseStorage and ran into some issues
with it complaining about TableNotFoundException.
The table(CUSTOM_ENTITY."z02") in question exists.
Looking at the stacktrace I think its likely related to the change in
PHOENIX-1682 where phoenix runtime expects a pre-normalized table name.
We need to update
PhoenixConfigurationUtil.getSelectColumnMetadataList(Configuration) be pass a
pre-normalized table.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)