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 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 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 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 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