You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "luoyuxia (Jira)" <ji...@apache.org> on 2022/02/25 11:48:00 UTC

[jira] [Created] (FLINK-26371) Support read hive variables using the syntax like select ${hiveconf:select_time}

luoyuxia created FLINK-26371:
--------------------------------

             Summary: Support read hive variables using the syntax like select ${hiveconf:select_time}
                 Key: FLINK-26371
                 URL: https://issues.apache.org/jira/browse/FLINK-26371
             Project: Flink
          Issue Type: Sub-task
            Reporter: luoyuxia


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. To support it,  following hive's implementation, we can just substitute  "${xxx}" with actual variable value to get clean sql.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)