You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.sql.SQLException: errCode = 2, detailMessage = Disable to create table with `DATE`type columns, please use `DATEV2`.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3978)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3914)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2530)
由于原先Doris 自动生成的DDL 中 Date和Datetime 在执行create table 脚本过程中会报以下错误
Doris 有 v2版本的 date、datetime类型:
因此,直接在TIS自动生成的ddl中使用v2 版本日期类型即可
The text was updated successfully, but these errors were encountered: