Asif created SPARK-45925:
----------------------------

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


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