Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
maropu committed Jul 6, 2015
2 parents 92ed7a6 + 1e82316 commit feb1129
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ class HiveUDFSuite extends QueryTest {
intercept[AnalysisException] {
sql("SELECT testUDFToListString(s) FROM inputTable")
}
sql("DROP TEMPORARY FUNCTION IF EXISTS testUDFToListString")

sql("DROP TEMPORARY FUNCTION IF EXISTS testUDFToListString")
TestHive.reset()
}

Expand All @@ -153,8 +153,8 @@ class HiveUDFSuite extends QueryTest {
intercept[AnalysisException] {
sql("SELECT testUDFToListInt(s) FROM inputTable")
}
sql("DROP TEMPORARY FUNCTION IF EXISTS testUDFToListInt")

sql("DROP TEMPORARY FUNCTION IF EXISTS testUDFToListInt")
TestHive.reset()
}

Expand Down

0 comments on commit feb1129

Please sign in to comment.