Skip to content
Prev Previous commit
Next Next commit
Revert to the approved commit and remove set -v test case to avoid …
…the existing issue.
  • Loading branch information
dongjoon-hyun committed Jan 21, 2017
commit fa4914bf02f6986e83eeeede8110f884e342b174
Original file line number Diff line number Diff line change
Expand Up @@ -994,10 +994,6 @@ class SQLQuerySuite extends QueryTest with SharedSQLContext {
Row("test.key2", "2"),
Row("test.key3", "1"))).sortBy(_.getString(0))
)

val result2 = sql("SET -v").collect()
assert(result2 === result2.sortBy(_.getString(0)))
spark.sessionState.conf.clear()
}

test("SET commands with illegal or inappropriate argument") {
Expand Down