[GitHub] spark pull request #15928: [SPARK-18478][SQL] Support codegen'd Hive UDFs

2017-03-02 Thread maropu
Github user maropu closed the pull request at: https://github.com/apache/spark/pull/15928 --- 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 #15928: [SPARK-18478][SQL] Support codegen'd Hive UDFs

2017-02-10 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/15928#discussion_r100576613 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/execution/benchmark/HiveUDFsBenchmark.scala --- @@ -0,0 +1,66 @@ +/* + * Licensed to the Apac

[GitHub] spark pull request #15928: [SPARK-18478][SQL] Support codegen'd Hive UDFs

2017-02-10 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/15928#discussion_r100561335 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/execution/benchmark/HiveUDFsBenchmark.scala --- @@ -0,0 +1,66 @@ +/* + * Licensed to the

[GitHub] spark pull request #15928: [SPARK-18478][SQL] Support codegen'd Hive UDFs

2017-02-10 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/15928#discussion_r100559409 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/execution/benchmark/HiveUDFsBenchmark.scala --- @@ -0,0 +1,66 @@ +/* + * Licensed to the

[GitHub] spark pull request #15928: [SPARK-18478][SQL] Support codegen'd Hive UDFs

2016-11-18 Thread maropu
GitHub user maropu opened a pull request: https://github.com/apache/spark/pull/15928 [SPARK-18478][SQL] Support codegen'd Hive UDFs ## What changes were proposed in this pull request? This pr is to support codegen'd Hive UDFs. ## How was this patch tested? Add tests