Skip to content

Commit

Permalink
fix: Fix the UnionExec match branches in CometExecRule (apache#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
wankunde authored Feb 21, 2024
1 parent 424733e commit 97ed2b8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@ class CometSparkSessionExtensions
case Some(nativeOp) =>
val cometOp = CometUnionExec(u, u.children)
CometSinkPlaceHolder(nativeOp, u, cometOp)
case None =>
u
}

// Native shuffle for Comet operators
Expand Down

0 comments on commit 97ed2b8

Please sign in to comment.