[ https://issues.apache.org/jira/browse/FLINK-5832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15893923#comment-15893923 ]
ASF GitHub Bot commented on FLINK-5832: --------------------------------------- Github user clarkyzl commented on a diff in the pull request: https://github.com/apache/flink/pull/3456#discussion_r104109600 --- Diff: flink-libraries/flink-table/pom.xml --- @@ -92,6 +92,11 @@ under the License. </exclusions> </dependency> + <dependency> + <groupId>org.apache.hive</groupId> --- End diff -- Hi @twalthr .After moved the code to flink-hcatalog, I found the `mvn clean verify` will fail the test. The reason is that the code depends on the FLINK-5881. However, the flink-hcatalog depends on the `1.3-SNAPSHOT` of the maven repository. The patch of FLINK-5881 wasn't available there. > 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)