[GitHub] flink pull request #3456: [FLINK-5832] [table] Support for simple hive UDF

2017-03-13 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/3456#discussion_r105650856 --- Diff: flink-connectors/flink-hcatalog/src/main/scala/org/apache/flink/table/hive/functions/HiveSimpleUDF.scala --- @@ -0,0 +1,87 @@ +/* + *

[GitHub] flink pull request #3456: [FLINK-5832] [table] Support for simple hive UDF

2017-03-13 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/3456#discussion_r105646577 --- Diff: flink-connectors/flink-hcatalog/src/main/scala/org/apache/flink/table/hive/functions/HiveSimpleUDF.scala --- @@ -0,0 +1,87 @@ +/* + *

[GitHub] flink pull request #3456: [FLINK-5832] [table] Support for simple hive UDF

2017-03-13 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/3456#discussion_r105638573 --- Diff: flink-connectors/flink-hcatalog/pom.xml --- @@ -44,14 +44,20 @@ under the License. org.apache.flink

[GitHub] flink pull request #3456: [FLINK-5832] [table] Support for simple hive UDF

2017-03-13 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/3456#discussion_r105646877 --- Diff: flink-connectors/flink-hcatalog/src/main/scala/org/apache/flink/table/hive/functions/HiveSimpleUDF.scala --- @@ -0,0 +1,87 @@ +/* + *

[GitHub] flink pull request #3456: [FLINK-5832] [table] Support for simple hive UDF

2017-03-13 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/3456#discussion_r105649084 --- Diff: flink-connectors/flink-hcatalog/src/test/scala/org/apache/flink/table/hive/functions/utils/ExpressionTestBase.scala --- @@ -0,0 +1,270 @@ +/*

[GitHub] flink pull request #3456: [FLINK-5832] [table] Support for simple hive UDF

2017-03-13 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/3456#discussion_r105638967 --- Diff: flink-connectors/flink-hcatalog/pom.xml --- @@ -44,14 +44,20 @@ under the License. org.apache.flink

[GitHub] flink pull request #3456: [FLINK-5832] [table] Support for simple hive UDF

2017-03-13 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/3456#discussion_r105648552 --- Diff: flink-connectors/flink-hcatalog/src/main/scala/org/apache/flink/table/hive/functions/HiveSimpleUDF.scala --- @@ -0,0 +1,87 @@ +/* + *

[GitHub] flink pull request #3456: [FLINK-5832] [table] Support for simple hive UDF

2017-03-08 Thread clarkyzl
Github user clarkyzl commented on a diff in the pull request: https://github.com/apache/flink/pull/3456#discussion_r105095839 --- Diff: flink-libraries/flink-table/pom.xml --- @@ -92,6 +92,11 @@ under the License. +

[GitHub] flink pull request #3456: [FLINK-5832] [table] Support for simple hive UDF

2017-03-03 Thread clarkyzl
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. +

[GitHub] flink pull request #3456: [FLINK-5832] [table] Support for simple hive UDF

2017-03-03 Thread clarkyzl
Github user clarkyzl commented on a diff in the pull request: https://github.com/apache/flink/pull/3456#discussion_r104106388 --- Diff: flink-libraries/flink-table/pom.xml --- @@ -92,6 +92,11 @@ under the License. +

[GitHub] flink pull request #3456: [FLINK-5832] [table] Support for simple hive UDF

2017-03-02 Thread twalthr
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. +

[GitHub] flink pull request #3456: [FLINK-5832] [table] Support for simple hive UDF

2017-03-02 Thread clarkyzl
GitHub user clarkyzl opened a pull request: https://github.com/apache/flink/pull/3456 [FLINK-5832] [table] Support for simple hive UDF Type: New Feature Priority: Major Components: table, udf, hive Problem definition: Make Flink call Hive User-Defined Functions, support