Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-30335 [Umbrella] Improvement for Hive Query Syntax Compatibility-Part2
  3. FLINK-27859

Hive dialect should support create table whose name begins with digits

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      In hive, it support to create table whose name begins with digits. But in Flink, when using  Hive dialect to create such table like `default.3t`, it'll throw exception

      Caused by: org.apache.flink.sql.parser.hive.impl.ParseException: Encountered ".3" at line 1, column 8.
      Was expecting one of:
          <EOF> 
          "." ... 

      We should make the behavior compatible with Hive instead of throw an exception when using Hive dialect.

      Attachments

        Issue Links

          Activity

            People

              luoyuxia luoyuxia
              luoyuxia luoyuxia
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: