Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/20445#discussion_r166736890
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/memory.scala
---
@@ -149,18 +149,12 @@ case class MemoryStream[A : Encoder](id: Int,
sqlContext: SQLContext)
}
private def generateDebugString(
- blocks: Iterable[Array[UnsafeRow]],
+ blocks: Seq[UnsafeRow],
--- End diff --
right! i thought of changing but forgot. my bad.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]