Marcin Januszkiewicz created PHOENIX-4309:
---------------------------------------------
Summary: Cannot use IndexTool to populate index table when indexed
column contains periods.
Key: PHOENIX-4309
URL: https://issues.apache.org/jira/browse/PHOENIX-4309
Project: Phoenix
Issue Type: Bug
Reporter: Marcin Januszkiewicz
Table DDL:
create table t(
rowkey VARCHAR;
"vehicle.number" VARCHAR)
Index DDL:
CREATE LOCAL INDEX test_05 ON t (UPPER("vehicle.number"));
Result:
ERROR 1001 (42I01): Undefined column family. familyName=: UPPER('vehicle at:
org.apache.phoenix.schema.ColumnFamilyNotFoundException: ERROR 1001 (42I01):
Undefined column family. familyName=: UPPER('vehicle
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)