使用mybatis删除分区时失败 TiDB版本为4.X

mybatis是3.5.10,应该不是其他参数的问题,我又试了一次,4.0.2的会出现如下异常
java.sql.SQLException: json: cannot unmarshal string into Go value of type []string
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.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)

4.0.8的一切正常