You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Viraj Jasani (Jira)" <ji...@apache.org> on 2023/04/21 19:34:00 UTC

[jira] [Resolved] (PHOENIX-6930) Update LAST_DDL_TIMESTAMP for table/view when we alter properties on table/view

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

Viraj Jasani resolved PHOENIX-6930.
-----------------------------------
    Resolution: Fixed

> Update LAST_DDL_TIMESTAMP for table/view when we alter properties on table/view
> -------------------------------------------------------------------------------
>
>                 Key: PHOENIX-6930
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6930
>             Project: Phoenix
>          Issue Type: Sub-task
>          Components: core
>            Reporter: Rushabh Shah
>            Assignee: Rushabh Shah
>            Priority: Major
>             Fix For: 5.2.0
>
>
> Currently we update LAST_DDL_TIMESTAMP only when we create a table, add or drop columns. We should update LAST_DDL_TIMESTAMP when we alter properties also.
> ALTER TABLE <table-name> SET DISABLE_WAL = true
> If we execute this statement, as of today we don't update LAST_DDL_TIMESTAMP.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)