[ 
https://issues.apache.org/jira/browse/SPARK-45925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Asif updated SPARK-45925:
-------------------------
    Labels: pull-request-available  (was: )

> SubqueryBroadcastExec is not equivalent with SubqueryAdaptiveBroadcastExec 
> causing re-use of exchange not happening in AQE
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-45925
>                 URL: https://issues.apache.org/jira/browse/SPARK-45925
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.5.1
>            Reporter: Asif
>            Priority: Major
>              Labels: pull-request-available
>
> A created stage may contain SubqueryAdaptiveBroadcastExec while incominng 
> exchange may contain SubqueryBroadcastExec and though they are equivalent , 
> the match does not happen because equals/hashCode do not match , resulting in 
> non re-use of exchange.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to