Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jul 11, 2024
1 parent 874e7b3 commit bf60ec7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,6 @@ class CometSparkSessionExtensions
// Broadcast exchange exec is transformed by the parent node. We include
// this case specially here so we do not add a misleading 'info' message
case _: BroadcastExchangeExec => op
case _: AQEShuffleReadExec => op
case _: CometExec | _: CometBroadcastExchangeExec | _: CometShuffleExchangeExec => op
case o =>
withInfo(o, s"${o.nodeName} is not supported")
Expand Down

0 comments on commit bf60ec7

Please sign in to comment.