[GitHub] spark pull request #17915: [SPARK-20674][SQL] Support registering UserDefine...

2017-05-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17915 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] spark pull request #17915: [SPARK-20674][SQL] Support registering UserDefine...

2017-05-09 Thread kiszk
Github user kiszk commented on a diff in the pull request: https://github.com/apache/spark/pull/17915#discussion_r115460310 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/UDFRegistration.scala --- @@ -70,15 +70,31 @@ class UDFRegistration private[sql] (functionRegistry: Fu

[GitHub] spark pull request #17915: [SPARK-20674][SQL] Support registering UserDefine...

2017-05-09 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/17915#discussion_r115450050 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/UDFRegistration.scala --- @@ -70,15 +70,31 @@ class UDFRegistration private[sql] (functionRegistry: F

[GitHub] spark pull request #17915: [SPARK-20674][SQL] Support registering UserDefine...

2017-05-09 Thread kiszk
Github user kiszk commented on a diff in the pull request: https://github.com/apache/spark/pull/17915#discussion_r115435705 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/UDFRegistration.scala --- @@ -70,15 +70,31 @@ class UDFRegistration private[sql] (functionRegistry: Fu

[GitHub] spark pull request #17915: [SPARK-20674][SQL] Support registering UserDefine...

2017-05-08 Thread rxin
GitHub user rxin opened a pull request: https://github.com/apache/spark/pull/17915 [SPARK-20674][SQL] Support registering UserDefinedFunction as named UDF ## What changes were proposed in this pull request? For some reason we don't have an API to register UserDefinedFunction as