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

Support Unicode in codegen for SQL && TableAPI

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4.0, 1.5.0
    • None
    • Table SQL / API
    • None

    Description

      The current code generation do not support Unicode, "\u0001" will be generated to "
      u0001", function call like concat(str, "\u0001") will lead to wrong result.

      This issue intend to handle char/varchar literal correctly, some examples followed as below.
      literal: '\u0001abc' -> codegen: "\u0001abc"
      literal: '\u0022\' -> codegen: "\"
      "

      Attachments

        Issue Links

          Activity

            People

              RuidongLi Ruidong Li
              RuidongLi Ruidong Li
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: