You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by HyukjinKwon <gi...@git.apache.org> on 2018/11/03 04:33:06 UTC

[GitHub] spark pull request #22908: [MINOR][SQL] Replace all TreeNode's node name in ...

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

    https://github.com/apache/spark/pull/22908#discussion_r230544923
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Relation.scala ---
    @@ -56,7 +56,7 @@ case class DataSourceV2Relation(
     
       override def pushedFilters: Seq[Expression] = Seq.empty
     
    -  override def simpleString: String = "RelationV2 " + metadataString
    +  override def simpleString: String = s"$nodeName " + metadataString
    --- End diff --
    
    I'd follow this comment, actually.


---

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