enterwhat opened a new issue, #15799:
URL: https://github.com/apache/doris/issues/15799

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   doris-1.2.1-rc01-Unknown
   
   ### What's Wrong?
   
   ALTER TABLE tablename MODIFY COLUMN cpu_processName ARRAY<varchar(100)> NULL 
COMMENT "cpu进程名数组"
   > 1105 - errCode = 2, detailMessage = Can not change ARRAY to ARRAY
   > 时间: 0.147s
   
   原有:cpu_processName ARRAY<varchar(40)> NULL COMMENT "cpu进程名数组"
   期望改为:cpu_processName ARRAY<varchar(100)> NULL COMMENT "cpu进程名数组"
   
   ### What You Expected?
   
   成功执行
   
   ### How to Reproduce?
   
   执行类似改表语句
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] 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-unsubscr...@doris.apache.org.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

Reply via email to