marising opened a new issue #2274: Support more column type change URL: https://github.com/apache/incubator-doris/issues/2274 The user of doris create table use inappropriate column type, when user want to modify column type, but doris only support limited type change. Change list of types supported by high priority: 1、DATETIME to DATE 2、FLOAT or DOUBLE Modify the following code files: /fe/src/main/java/org/apache/doris/catalog/Column.java /be/src/olap/schema_change.cpp
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
