[
https://issues.apache.org/jira/browse/FLINK-26412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
luoyuxia updated FLINK-26412:
-----------------------------
Description:
In Hive, it's supported to use such sql like
{code:java}
CREATE FUNCTION USING xxx.jar
{code}
to create udf.
It's also need to be supported using Hive dialect in Flink
was:
In Hive, it's supported to use such sql like
{code:java}
CREATE TEMPORARY FUNCTION USING xxx.jar
{code}
to create udf.
It's also need to be supported using Hive dialect in Flink
> Hive dialect supports "CREATE FUNCTION USING xxx.jar"
> -----------------------------------------------------
>
> Key: FLINK-26412
> URL: https://issues.apache.org/jira/browse/FLINK-26412
> Project: Flink
> Issue Type: Sub-task
> Reporter: luoyuxia
> Priority: Major
> Labels: pull-request-available
>
> In Hive, it's supported to use such sql like
> {code:java}
> CREATE FUNCTION USING xxx.jar
> {code}
> to create udf.
> It's also need to be supported using Hive dialect in Flink
--
This message was sent by Atlassian Jira
(v8.20.10#820010)