zhztheplayer commented on issue #6790:
URL: 
https://github.com/apache/incubator-gluten/issues/6790#issuecomment-2287949519

   @wenfang6 Thanks. and it would be you can add the **final physical plan** as 
AQE is enabled.
   
   How to:
   
   ```scala
   
   val df = spark.sql("...")
   df.explain() // This shows the initial physical plan
   df.collect() 
   df.explain() // This shows the final physical 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.

To unsubscribe, e-mail: [email protected]

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