Rushabh Shah created PHOENIX-6964:
-------------------------------------
Summary: Add LAST_DDL_TIMESTAMP column for view index table.
Key: PHOENIX-6964
URL: https://issues.apache.org/jira/browse/PHOENIX-6964
Project: Phoenix
Issue Type: Sub-task
Components: core
Reporter: Rushabh Shah
Assignee: Rushabh Shah
Fix For: 5.2.0
When we create a table with multi_tenant flag set to true, it automatically
creates view index. See the code
[here|https://github.com/apache/phoenix/blob/master/phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java#L2150].
IIUC this view index table is not created according to phoenix APIs instead it
is created via hbase admin apis. Thats why LAST_DDL_TIMESTAMP property is not
being set properly.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)