Github user maropu commented on a diff in the pull request:
https://github.com/apache/spark/pull/21805#discussion_r204379093
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/columnar/InMemoryRelation.scala
---
@@ -207,4 +207,7 @@ case class InMemoryRelation(
}
override protected def otherCopyArgs: Seq[AnyRef] =
Seq(statsOfPlanToCache)
+
+ override def simpleString: String = s"InMemoryRelation(${output},
${cacheBuilder.storageLevel})"
+
--- End diff --
nit: remove the blank line
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]