JkSelf commented on a change in pull request #32705:
URL: https://github.com/apache/spark/pull/32705#discussion_r643758074



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/AdaptiveSparkPlanExec.scala
##########
@@ -312,7 +312,15 @@ case class AdaptiveSparkPlanExec(
   }
 
   override def doExecuteBroadcast[T](): broadcast.Broadcast[T] = {
-    getFinalPhysicalPlan().doExecuteBroadcast()
+    getFinalPhysicalPlan() match {

Review comment:
       The root cause of this bug may be the loss of `BroadcastExchange` node 
in DPP filter. I commit a initial idea in 
[PR#32741](https://github.com/apache/spark/pull/32741).




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to