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

Support delimited identifiers in TableAPI

    XMLWordPrintableJSON

Details

    Description

      There are two kinds of identifiers in SQL: regular identifiers and delimited identifiers. Different from regular identifiers, delimited identifiers are identifiers enclosed in double backticks(``), double quotation marks (") or brackets ([ ]). 

      Currently, delimited identifiers in double backticks have been supported in Flink SQL(thanks to Calcite). In Calcite, delimited identifiers may contain virtually any character, including spaces and other punctuation. With delimited identifiers, we can name some special identifiers such as `a-a` which may be an essential requirement.

      However, delimited identifiers are not supported in TableApi. It would be nice if we support it in TableApi. 

      Any suggestions are welcomed! Thank you.

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            hequn8128 Hequn Cheng
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: