Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Nov 11, 2024
1 parent 0e4d1ed commit 84c67e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ case class UnionExecTransformer(children: Seq[SparkPlan]) extends TransformSuppo
val operatorId = context.nextOperatorId(this.nodeName)
val relNode =
getRelNode(context, operatorId, children.map(_.output), childrenCtx.map(_.root), false)
TransformContext(children.flatMap(_.output), output, relNode)
TransformContext(output, relNode)
}

private def getRelNode(
Expand Down

0 comments on commit 84c67e0

Please sign in to comment.