We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b03fbb commit 82d0944Copy full SHA for 82d0944
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/plans/PlanTest.scala
@@ -50,8 +50,8 @@ class PlanTest extends FunSuite {
50
s"""
51
|== FAIL: Plans do not match ===
52
|${sideBySide(normalized1.treeString, normalized2.treeString).mkString("\n")}
53
- """.stripMargin)
54
- }
+ """.stripMargin)
+ }
55
}
56
57
/** Fails the test if the two expressions do not match */
0 commit comments