You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (Jira)" <ji...@apache.org> on 2022/07/22 02:33:00 UTC

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

     [ 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)