[
https://issues.apache.org/jira/browse/FLINK-26371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-26371:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> 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.7#820007)