srowen commented on a change in pull request #27108: [SPARK-30437][SQL] Uneven 
spaces for some fields in EXPLAIN FORMATTED
URL: https://github.com/apache/spark/pull/27108#discussion_r363768264
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/HashJoin.scala
 ##########
 @@ -49,9 +49,9 @@ trait HashJoin {
 
     s"""
        |(${ExplainUtils.getOpId(this)}) $nodeName 
${ExplainUtils.getCodegenId(this)}
-       |Left keys: ${leftKeys}
-       |Right keys: ${rightKeys}
-       |Join condition: ${joinCondStr}
+       |Left keys      : ${leftKeys}
+       |Right keys     : ${rightKeys}
+       |Join condition : ${joinCondStr}
 
 Review comment:
   I don't think the same logic applies, no. I don't think a change is 
necessary.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to