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

Support read hive variables using the syntax like select ${hiveconf:select_time}

    XMLWordPrintableJSON

Details

    Description

      In hive, it's allow to read hive variables using "${xxx}" in sql like:

      select ${hiveconf:select_time}
      

      But currently, such sql is not supported using hive dialect.
      We're intented to support it. To support it, following hive's implementation, we can just substitute "${xxx}" with actual variable value to get clean sql.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: