[ https://issues.apache.org/jira/browse/FLINK-5832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15892359#comment-15892359 ]
ASF GitHub Bot commented on FLINK-5832: --------------------------------------- Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/3456#discussion_r103942004 --- Diff: flink-libraries/flink-table/pom.xml --- @@ -92,6 +92,11 @@ under the License. </exclusions> </dependency> + <dependency> + <groupId>org.apache.hive</groupId> --- End diff -- I haven't had a look at the entire code yet, but the `flink-table` should not have a dependency to Hive. We should move the Hive dependent code to `flink-hcatalog`. Users that want to use any Hive functionality can then add this module to their dependencies. Similar to `KafkaTableSource`. > Support for simple hive UDF > --------------------------- > > Key: FLINK-5832 > URL: https://issues.apache.org/jira/browse/FLINK-5832 > Project: Flink > Issue Type: Sub-task > Components: Table API & SQL > Reporter: Zhuoluo Yang > Assignee: Zhuoluo Yang > > The first step of FLINK-5802 is to support simple Hive UDF. -- This message was sent by Atlassian JIRA (v6.3.15#6346)