Github user goungoun commented on a diff in the pull request:
https://github.com/apache/spark/pull/20800#discussion_r174002184
--- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala ---
@@ -511,6 +511,12 @@ class Dataset[T] private[sql](
*/
def isLocal: Boolean = logicalPlan.isInstanceOf[LocalRelation]
+ /**
+ * Returns true if the `DataSet` is empty
+ *
--- End diff --
@mgaido91 Thanks, I modified the comment.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]