v-wx-v opened a new issue, #30091: URL: https://github.com/apache/doris/issues/30091
### 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 1. Doris 1.2.6 2. Metabase latest ### What's Wrong? Doris' DATETIMEV2 & DECIMALV3 Data Type not support for Metabase MySQL Data Sources ### What You Expected? Doris' DATETIMEV2 & DECIMALV3 Data Type support for Metabase MySQL Data Sources ### How to Reproduce? 1. create table _ods_order_ with DATETIMEV2 & DECIMALV3 data type, in Doris 1.2.6; 2. docker run -d -p 3000:3000 --name metabase metabase/metabase 3. login Metabase & add Doris (MySQL) Data Sources 4. Analyse data for DATETIMEV2 & DECIMALV3 data type of _ods_order_. 5. view Metabase log ### Anything Else? 1. Metabase log in Doker  3. Metabase code ns metabase.driver.sql-jdbc.sync.describe-table  4. JDBC code com.mysql.cj.jdbc.DatabaseMetaData  ### 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: [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]
