[ 
https://issues.apache.org/jira/browse/SPARK-18490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herman van Hovell updated SPARK-18490:
--------------------------------------
    Description: 
{noformat}
  override def nodeName: String = {
    val extraInfo = coordinator match {
      case Some(exchangeCoordinator) if exchangeCoordinator.isEstimated =>
        s"(coordinator id: ${System.identityHashCode(coordinator)})"
      case Some(exchangeCoordinator) if !exchangeCoordinator.isEstimated =>
        s"(coordinator id: ${System.identityHashCode(coordinator)})"
      case None => ""
    }
{noformat}
 [if exchangeCoordinator.isEstimated ] true or false with the same result.

  was:
  override def nodeName: String = {
    val extraInfo = coordinator match {
      case Some(exchangeCoordinator) if exchangeCoordinator.isEstimated =>
        s"(coordinator id: ${System.identityHashCode(coordinator)})"
      case Some(exchangeCoordinator) if !exchangeCoordinator.isEstimated =>
        s"(coordinator id: ${System.identityHashCode(coordinator)})"
      case None => ""
    }

 [if exchangeCoordinator.isEstimated ] true or false with the same result.


> duplicate nodename extrainfo of ShuffleExchange
> -----------------------------------------------
>
>                 Key: SPARK-18490
>                 URL: https://issues.apache.org/jira/browse/SPARK-18490
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.0.0, 2.0.1, 2.0.2
>            Reporter: Song Jun
>            Priority: Trivial
>
> {noformat}
>   override def nodeName: String = {
>     val extraInfo = coordinator match {
>       case Some(exchangeCoordinator) if exchangeCoordinator.isEstimated =>
>         s"(coordinator id: ${System.identityHashCode(coordinator)})"
>       case Some(exchangeCoordinator) if !exchangeCoordinator.isEstimated =>
>         s"(coordinator id: ${System.identityHashCode(coordinator)})"
>       case None => ""
>     }
> {noformat}
>  [if exchangeCoordinator.isEstimated ] true or false with the same result.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to