You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/07/23 12:00:21 UTC

[GitHub] [doris] ByteYue opened a new issue, #11143: [Bug] (FE) : show alter command return incorrect alter job progress

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:
   ![image](https://user-images.githubusercontent.com/43750022/180603727-731c3368-22b0-4570-9cd8-5ce849d630fe.png)
   
   
   ### 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: commits-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] yiguolei closed issue #11143: [Bug] (FE) : show alter command return incorrect alter job progress

Posted by GitBox <gi...@apache.org>.
yiguolei closed issue #11143: [Bug] (FE) : show alter command return incorrect alter job progress
URL: https://github.com/apache/doris/issues/11143


-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org