Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-12063

Remove DateTimeUtils and fix datetime function problems in Blink planner

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Invalid
    • None
    • None
    • Table SQL / Planner
    • 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

          Activity

            People

              Unassigned Unassigned
              jark Jark Wu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: