Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20693#discussion_r171275557
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/LocalRelation.scala
 ---
    @@ -43,11 +43,10 @@ object LocalRelation {
       }
     }
     
    -case class LocalRelation(
    -    output: Seq[Attribute],
    -    data: Seq[InternalRow] = Nil,
    -    // Indicates whether this relation has data from a streaming source.
    -    override val isStreaming: Boolean = false)
    +case class LocalRelation(output: Seq[Attribute],
    --- End diff --
    
    although we should not include this style change in the original commit, 
since it's already there, let's not bother about reverting it back.


---

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

Reply via email to