Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19451#discussion_r146984378 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/PropagateEmptyRelationSuite.scala --- @@ -30,6 +30,7 @@ class PropagateEmptyRelationSuite extends PlanTest { Batch("PropagateEmptyRelation", Once, CombineUnions, ReplaceDistinctWithAggregate, + ReplaceExceptWithFilter, --- End diff -- This rule is not related to `PropagateEmptyRelationSuite.scala`
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org