Tanya-W opened a new pull request, #16843: URL: https://github.com/apache/doris/pull/16843
# Proposed changes Issue Number: close #xxx ## Problem summary add column `OtherInfos ` to `show alter` result, can add more infos into `OtherInfos `, like add/drop inverted index infos, or others add as needed in the future. effect such like: ``` mysql> show alter table column; +-------+---------------+-------------------------+-------------------------+---------------+---------+---------------+---------------+---------------+----------+------+----------+---------+-------------------------------------------------------------------------------------------+ | JobId | TableName | CreateTime | FinishTime | IndexName | IndexId | OriginIndexId | SchemaVersion | TransactionId | State | Msg | Progress | Timeout | OtherInfos | +-------+---------------+-------------------------+-------------------------+---------------+---------+---------------+---------------+---------------+----------+------+----------+---------+-------------------------------------------------------------------------------------------+ | 51276 | inverted_test | 2023-02-16 20:24:27.162 | 2023-02-16 20:24:27.762 | inverted_test | 10084 | 10084 | 5:2047649006 | 6009 | FINISHED | | NULL | 2592000 | [ADD INDEX idx_num (`num`) USING INVERTED COMMENT ''], | | 51278 | inverted_test | 2023-02-16 20:24:57.297 | 2023-02-16 20:24:58.270 | inverted_test | 10084 | 10084 | 6:2047649006 | 6010 | FINISHED | | NULL | 2592000 | [ADD INDEX idx_log (`log`) USING INVERTED PROPERTIES("parser" = "english") COMMENT ''], | | 51279 | inverted_test | 2023-02-16 20:25:20.624 | 2023-02-16 20:25:21.275 | inverted_test | 10084 | 10084 | 7:2047649006 | 6011 | FINISHED | | NULL | 2592000 | [DROP INDEX idx_num (`num`) USING INVERTED COMMENT ''], | +-------+---------------+-------------------------+-------------------------+---------------+---------+---------------+---------------+---------------+----------+------+----------+---------+-------------------------------------------------------------------------------------------+ 3 rows in set (0.01 sec) ``` ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has unit tests been added * [ ] Has document been added or modified * [ ] Does it need to update dependencies * [ ] Is this PR support rollback (If NO, please explain WHY) ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org