Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses-you committed Nov 28, 2023
1 parent 28f4e87 commit 20ec741
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ case class ColumnarCollapseTransformStages(
private def insertInputAdapter(plan: SparkPlan): SparkPlan = {
plan match {
case p if !supportTransform(p) =>
InputIteratorTransformer(new ColumnarInputAdapter(insertWholeStageTransformer(p)))
ColumnarCollapseTransformStages.wrapAdapter(insertWholeStageTransformer(p))
case p =>
p.withNewChildren(p.children.map(insertInputAdapter))
}
Expand Down

0 comments on commit 20ec741

Please sign in to comment.