Skip to content

Commit

Permalink
print detail query execution info when Spark Answer is not right
Browse files Browse the repository at this point in the history
  • Loading branch information
scwf committed Apr 29, 2015
1 parent f49284b commit 5be6f78
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sql/core/src/test/scala/org/apache/spark/sql/QueryTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,7 @@ object QueryTest {
val errorMessage =
s"""
|Results do not match for query:
|${df.logicalPlan}
|== Analyzed Plan ==
|${df.queryExecution.analyzed}
|== Physical Plan ==
|${df.queryExecution.executedPlan}
|${df.queryExecution}
|== Results ==
|${sideBySide(
s"== Correct Answer - ${expectedAnswer.size} ==" +:
Expand Down

0 comments on commit 5be6f78

Please sign in to comment.