You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/02/25 16:00:34 UTC

[GitHub] [spark] Eric5553 edited a comment on issue #27595: [SPARK-30842][SQL] Adjust abstraction structure for join operators

Eric5553 edited a comment on issue #27595: [SPARK-30842][SQL] Adjust abstraction structure for join operators
URL: https://github.com/apache/spark/pull/27595#issuecomment-590939302
 
 
   @cloud-fan Sure
   The `EXPLAIN FORMATTED` changes are:
   1. Converge all join operator `verboseStringWithOperatorId` implementations to `BaseJoinExec`. Join condition displayed, and join keys displayed if it’s not empty.
   2. `#1` will add Join condition to `BroadcastNestedLoopJoinExec`.
   3. `#1` will **NOT** affect `CartesianProductExec`,`SortMergeJoin` and `HashJoin`s, since they already got there override implementation before.
   4. Converge all join operator `simpleStringWithNodeId` to `BaseJoinExec`, which will enhance the one line description for `CartesianProductExec` with `JoinType` added.
   5. Override `simpleStringWithNodeId` in `BroadcastNestedLoopJoinExec` to show `BuildSide`, which was only done for `HashJoin`s before.
   
   Also updated in PR description. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org