tgravescs commented on pull request #32195:
URL: https://github.com/apache/spark/pull/32195#issuecomment-821389712


    If I'm understanding this properly it seems like the root cause is actually 
that AQE looks at the plan before the columnar changes are applied and physical 
plan gets executed so it thinks they are canonically the same when really after 
preparations (specifically here ApplyColumnarRulesAndInsertTransitions) and 
execution they aren't.  I wonder if there is a better way to do that part.  
Might be nice to investigate that a bit further to see if that is possible.


-- 
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