Rushabh Shah created PHOENIX-6930:
-------------------------------------
Summary: 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
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)