Palash Chauhan created PHOENIX-7743:
---------------------------------------
Summary: IndexTool server-side build fails with
TableNotFoundException for case-sensitive table/schema/index names
Key: PHOENIX-7743
URL: https://issues.apache.org/jira/browse/PHOENIX-7743
Project: Phoenix
Issue Type: Bug
Affects Versions: 5.3.0
Reporter: Palash Chauhan
Fix For: 5.4.0, 5.3.1
When IndexTool receives case-sensitive table names with quotes from
command-line arguments, it fails with TableNotFoundException during table
metadata lookups on the server-side build code path.
We should either set a normalized full table name on the config which can be
quoted in SQL wherever necessary or we should set quoted full table name on the
config which can be normalized when doing metadata lookup.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)