AngersZhuuuu opened a new pull request, #37378:
URL: https://github.com/apache/spark/pull/37378

   ### What changes were proposed in this pull request?
   The current verbose string of LogicalPlan didn't contain join type, we 
should add this
   ```
   (10) BroadcastHashJoin [codegen id : 4]
   Left keys [1]: [ws_sold_date_sk#7]
   Right keys [1]: [d_date_sk#9]
   Join type: Inner
   Join condition: None
   ```
   
   
   
   ### Why are the changes needed?
   Add missed join type in verbose plan
   
   
   ### Does this PR introduce _any_ user-facing change?
   User can see join type in verbose plan string
   
   ### How was this patch tested?
   Existed UT


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