Skip to content

Commit

Permalink
Tiny change: remove a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Dec 5, 2023
1 parent 2aa05a0 commit 738ff86
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ case class FallbackMultiCodegens(session: SparkSession) extends Rule[SparkPlan]
case p: ShuffledHashJoinExec =>
tagNotTransformable(p.withNewChildren(p.children.map(tagNotTransformableRecursive)))
case p if !supportCodegen(p) =>
// insert row guard them recursively
p.withNewChildren(p.children.map(tagNotTransformableForMultiCodegens))
case p if isAQEShuffleReadExec(p) =>
p.withNewChildren(p.children.map(tagNotTransformableForMultiCodegens))
Expand Down

0 comments on commit 738ff86

Please sign in to comment.