Skip to content

Commit 6713c09

Browse files
committed
Better debugging for failed query tests.
1 parent 035b73e commit 6713c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class QueryTest extends FunSuite {
4444
fail(
4545
s"""
4646
|Exception thrown while executing query:
47-
|${rdd.logicalPlan}
47+
|${rdd.queryExecution}
4848
|== Exception ==
4949
|$e
5050
""".stripMargin)

0 commit comments

Comments
 (0)