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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17727315#comment-17727315 ] 

Rushabh Shah commented on PHOENIX-6964:
---------------------------------------

Cc [~tkhurana] [~vjasani]

> 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)