[ 
https://issues.apache.org/jira/browse/FLINK-26371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jark Wu reassigned FLINK-26371:
-------------------------------

    Assignee: luoyuxia

> 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
>            Assignee: luoyuxia
>            Priority: Major
>              Labels: pull-request-available
>
> In hive, it's allow to read hive variables using "${xxx}" in sql like:
> {code:sql}
> select ${hiveconf:select_time}
> {code}
> 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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to