cjj2010 opened a new issue, #34534: URL: https://github.com/apache/doris/issues/34534
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description when we use flink-doris-connector that version is 1.6.0 to execute filtering dateTime by table api will occur error e.g ``` Table table = tableEnvironment.from("flink_doris_source"); DateTimeFormatter formatter= DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"); Object fieldValueL= LocalDateTime.parse("2024-05-07 19:06:07",formatter); table.where(col("k1").isNotEqual(fieldValueL)).execute().print(); ``` FE will return :"exception":"errCode=2,detailMessage=Incorrectdatetimevalue:CAST('2024-05-07T19:06:07'ASDATETIMEV2(0))inexpression:(`k1`!=CAST('2024-05-07T19:06:07'ASDATETIMEV2(0)))","status":400 ### Solution _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