Skip to content

Commit

Permalink
[Spark SQL] remove a temporary function after test
Browse files Browse the repository at this point in the history
  • Loading branch information
conviva-zz committed Jun 12, 2014
1 parent 354386a commit 328dfc4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ class HiveUdfSuite extends HiveComparisonTest {
TestHive.hql("CREATE TEMPORARY FUNCTION testUdf AS '%s'".format(classOf[PairUdf].getName))

TestHive.hql("SELECT testUdf(pair) FROM hiveUdfTestTable")

TestHive.hql("DROP TEMPORARY FUNCTION IF EXISTS testUdf")
}

class TestPair(x: Int, y: Int) extends Writable with Serializable {
Expand Down

0 comments on commit 328dfc4

Please sign in to comment.