Skip to content

Commit

Permalink
Merge project with expand
Browse files Browse the repository at this point in the history
  • Loading branch information
beliefer committed Jul 8, 2020
1 parent 70ff08e commit 16d8c1d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ class RewriteDistinctAggregatesSuite extends PlanTest {
}

private def checkGenerateAndRewrite(rewrite: LogicalPlan): Unit = rewrite match {
case Aggregate(_, _, Aggregate(_, _, Expand(_, _, _: Project))) =>
case Aggregate(_, _, Aggregate(_, _, _: Expand)) =>
case _ => fail(s"Plan is not rewritten:\n$rewrite")
}

Expand Down

0 comments on commit 16d8c1d

Please sign in to comment.