Skip to content

Commit

Permalink
fix formate
Browse files Browse the repository at this point in the history
  • Loading branch information
scwf committed Aug 17, 2014
1 parent a7bcb98 commit 3c224d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ class HiveQuerySuite extends HiveComparisonTest {

sql(s"SET ${testKey + testKey}=${testVal + testVal}")
assert(hiveconf.get(testKey + testKey, "") == testVal + testVal)
assertResult(Array( s"${testKey + testKey}=${testVal + testVal}", s"$testKey=$testVal")) {
assertResult(Array(s"${testKey + testKey}=${testVal + testVal}", s"$testKey=$testVal")) {
sql(s"SET").collect().map(_.getString(0))
}

Expand Down

0 comments on commit 3c224d3

Please sign in to comment.