ulysses-you opened a new pull request, #4950:
URL: https://github.com/apache/incubator-gluten/pull/4950

   ## What changes were proposed in this pull request?
   
   Relationship changes:
   
   - `HashJoinLikeExecTransformer` should not inherit `ColumnarShuffledJoin` as 
it can be a broadcast join, so the current requiredChildDistribution of 
broadcast join is wrong
   - `SortMergeJoinTransformer` should inherit `ColumnarShuffledJoin` to drop 
duplicate code
   
   Name changes:
   
   - `BroadcastHashJoinExecTransformer` -> 
`BroadcastHashJoinExecTransformerBase`
   - `GlutenBroadcastHashJoinExecTransformer` -> 
`BroadcastHashJoinExecTransformer`
   
   ## How was this patch tested?
   
   Pass CI
   


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