Search before asking
Version
Apache Doris: 2.1.6
Flink: 1.20
flink-doris-connector: 1.20-25.1.0-SNAPSHOT
What's Wrong?
When using Flink to read Doris' datetime type field, if the long value of the datetime is negative, an exception will occur because accuracy has not been processed.
Expection:java.time.DateTimeException: Instant exceeds minimum or maximum instant
What You Expected?
Properly handle datetime accuracy
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct