Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Jun 17, 2024
1 parent 4516635 commit 7e3aca6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ case class FlushableHashAggregateRule(session: SparkSession) extends Rule[SparkP
}

val out = transformDown(plan)
if (out.fastEquals(plan)) {
return plan
}
out
}

Expand Down

0 comments on commit 7e3aca6

Please sign in to comment.