starrocks 版本:3.2.3
FORBID_INVALID_DATE 默认已经禁用了
SELECT * FROM jdbc_mysql.newenergy.finish_period_detail where fpd_create_time = ‘0000-00-00 00:00:00’ limit 100;
使用0000-00-00 00:00:00 查询会抛出
1064 - getNextChunk failed, error: java.sql.SQLException: Zero date value prohibited
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73)
at com.mysql.cj.jdbc.exceptions.SQLE