Github user cloud-fan commented on the issue:

    https://github.com/apache/spark/pull/20226
  
    By default `simpleString` is defined as `s"$nodeName $argString".trim`, if 
we overwrite `nodeName` in some node, we should also overwrite `argString`, 
otherwise we may have duplicated information in `simpleString`, which is used 
with `explain`.
    
    Can we just change the UI code to put `plan.simpleString` in the plan graph?


---

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

Reply via email to