L. C. Hsieh created SPARK-56737:
-----------------------------------

             Summary: Avoid binary-incompatible mode method on 
BroadcastExchangeLike
                 Key: SPARK-56737
                 URL: https://issues.apache.org/jira/browse/SPARK-56737
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 4.3.0
            Reporter: L. C. Hsieh


SPARK-36082 added an abstract def mode: BroadcastMode to the 
BroadcastExchangeLike trait so that LogicalQueryStageStrategy could distinguish 
null-aware from regular hashed broadcast stages. Adding an abstract method to a 
public trait is source- and binary-incompatible for downstream implementations. 
We can inspect outputPartitioning instead.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to