HangyuanLiu opened a new issue #4647: URL: https://github.com/apache/incubator-doris/issues/4647
**Describe the bug** DATA_TYPE in information_schema.columns is not compatible to mysql meta **To Reproduce** Steps to reproduce the behavior: select * from information_schema.columns **Expected behavior** the result of data_type is (int, decimal, char, varchar, ...),but doris data_type is (int(11), varchar(20), ...) Excess number will affect some BI systems or upper system can't get right type ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
