Skip to content

Commit 042f025

Browse files
committed
Add reset to prevent other settings.
1 parent 3513e59 commit 042f025

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,10 +993,12 @@ class SQLQuerySuite extends QueryTest with SharedSQLContext {
993993
}
994994

995995
test("`SET -v` show") {
996+
sql("RESET")
996997
sql("SET -v").show(200, false)
997998
}
998999

9991000
test("`SET -v` collect") {
1001+
sql("RESET")
10001002
sql("SET -v").collect()
10011003
}
10021004

0 commit comments

Comments
 (0)