Skip to content

Commit 0972a29

Browse files
committed
plantest fix
1 parent 699fe2f commit 0972a29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/plans

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/plans/PlanTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ trait PlanTestBase extends PredicateHelper with SQLHelper { self: Suite =>
137137
.map(normalize)
138138
.sortBy(p => scala.util.hashing.MurmurHash3.seqHash(Seq(p.getClass, p)))
139139
.reduce(Or)
140-
case _ => expression
140+
case _ => expression.mapChildren(normalize)
141141
}
142142

143143
/** Fails the test if the two plans do not match */

0 commit comments

Comments
 (0)