Github user jose-torres commented on a diff in the pull request:
https://github.com/apache/spark/pull/20445#discussion_r166725859
--- 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 --
nit: it's probably more "rows" than "blocks" now
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]