ByteYue opened a new issue, #11143: URL: https://github.com/apache/doris/issues/11143
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version *master* ### What's Wrong? There's no alter job progress returned by show alter command after schema change job. The phenomenon is as follows:  ### What You Expected? Return the exact job progress of the alter job. ### How to Reproduce? Take the example table mentioned above for example. 1. Create one table using the latest code version. 2. Do schema change job on this table. Like `alter table example add new_col1 int default "0" after op_time`. 3. Use show alter command `show alter table column` to get the job progress. ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
