cloud-fan commented on pull request #29137:
URL: https://github.com/apache/spark/pull/29137#issuecomment-668988346


   ```
   == Physical Plan ==
   AdaptiveSparkPlan (9)
   +- == Current Plan ==
      BroadcastHashJoin Inner BuildRight (8)
      :- Project (3)
      :  +- Filter (2)
   +- == Initial Plan ==
      BroadcastHashJoin Inner BuildRight (8)
      :- Project (3)
      :  +- Filter (2)
   ```
   
   Why it's `Current Plan` not `Final Plan` in `EXPLAIN FORMATTED`? And can we 
use an example that AQE changes the plan?


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to