Skip to content

Commit c46db0f

Browse files
committed
Removed TestHive reset
1 parent 4d39105 commit c46db0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveUdfSuite.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ class HiveUdfSuite extends QueryTest {
9090

9191
checkAnswer(sql("SELECT percentile(key, array(1, 1)) FROM src LIMIT 1"),
9292
sql("SELECT array(max(key), max(key)) FROM src").collect().toSeq)
93-
94-
TestHive.reset()
9593
}
9694

9795
test("Generic UDAF aggregates") {

0 commit comments

Comments
 (0)