Github user cloud-fan commented on the issue:

    https://github.com/apache/spark/pull/20226
  
    After more thoughts, I feel it's reasonable to include table information in 
the node name.
    
    The UI displays `nodeName` in the plan graph, and displays `simpleString` 
in a pop-up window when users hover over the plan graph. Since table 
information is pretty important, it makes sense to display it in the plan graph 
instead of the pop-up window.
    
    Data Source table scan does follow this rule
    
![image](https://user-images.githubusercontent.com/3182036/35843404-e432e968-0b42-11e8-8487-d00735afe3b8.png)
    
![image](https://user-images.githubusercontent.com/3182036/35843409-edae649a-0b42-11e8-8706-b7b5d3f3b212.png)
    
    +1 on this PR to fix the hive table scan, or any other scan nodes that 
don't follow this rule.


---

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

Reply via email to