You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Rushabh Shah (Jira)" <ji...@apache.org> on 2023/06/12 17:31:00 UTC

[jira] [Resolved] (PHOENIX-6964) Add LAST_DDL_TIMESTAMP column for view index table.

     [ https://issues.apache.org/jira/browse/PHOENIX-6964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rushabh Shah resolved PHOENIX-6964.
-----------------------------------
    Resolution: Not A Problem

> 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
>            Priority: Major
>             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)