Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
Description
The root cause might be similar to FLINK-11935 which is the casting problem. For example:
CAST('1500-04-30 12:00:00' AS TIMESTAMP)
but result is
Optimized : 1500-04-30 12:00:00 Expected :1500-04-30 12:00:00.000 Actual :1500-04-20 12:00:00.000
Attachments
Issue Links
- is a child of
-
FLINK-11493 Finalize the Blink SQL merging efforts
- Closed