donsmile opened a new issue, #26558: URL: https://github.com/apache/doris/issues/26558
### 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 版本:flink-doris-connector-1.17 1.4.0 ### What's Wrong? 通过SchemaChange 数据流(JsonDebeziumSchemaSerializer)写入doris库,doris库中的表设计了datetime和date字段,在写入时,拦截了数据并解析成json,无论对应字段采用Long型的时间戳,还是java自带的new date等方式,都无法使doris中的datetime和date字段存入值,其他字段正常 ### What You Expected? doris有flink sql的映射关系,那么DataStream API的日期映射关系是应该传入什么类型的字段呢 ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org