privatewbluo opened a new issue, #8328: URL: https://github.com/apache/seatunnel/issues/8328
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened seatunnel版本:2.3.4 执行引擎:flink 执行报错:无法将date类型转化为varchar 但是https://seatunnel.apache.org/docs/2.3.4/connector-v2/source/Doris 文档不是说支持Date数据类型么  ### SeaTunnel Version 2.3.4 ### SeaTunnel Config ```conf env{ parallelism = 2 job.mode = "BATCH" } source{ Doris { fenodes = "***" username = "***" password = "***" database = "***" table = "ads_sms_acquire_new_restat_ext_d" } } sink { Clickhouse { host = "***" database = "****" table = "ads_sms_acquire_new_restat_ext_d_20241218" username = "***" password = "****" } } ``` ### Running Command ```shell ./bin/start-seatunnel-flink-15-connector-v2.sh --master yarn-per-job --config doris2ch.conf ``` ### Error Exception ```log Caused by: org.apache.seatunnel.connectors.doris.exception.DorisConnectorException: ErrorCode:[Doris-05], ErrorDescription:[arrow read error] - org.apache.seatunnel.shade.org.apache.arrow.vector.DateDayVector cannot be cast to org.apache.seatunnel.shade.org.apache.arrow.vector.VarCharVector ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots clickhouse 表结构:pt是date类型  doris表结构:pt是date数据类型  ### 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]
