Github user tejasapatil commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20226#discussion_r160843749
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/HiveTableScanExec.scala
 ---
    @@ -62,6 +62,8 @@ case class HiveTableScanExec(
     
       override def conf: SQLConf = sparkSession.sessionState.conf
     
    +  override def nodeName: String = 
s"${super.nodeName}-${relation.tableMeta.qualifiedName}"
    --- End diff --
    
    (updated the screenshot in the PR description)


---

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

Reply via email to