Github user ferdonline commented on a diff in the pull request:
https://github.com/apache/spark/pull/19805#discussion_r154495320
--- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala ---
@@ -537,9 +537,48 @@ class Dataset[T] private[sql](
*/
@Experimental
@InterfaceStability.Evolving
- def checkpoint(eager: Boolean): Dataset[T] = {
--- End diff --
I can try to create a test to localCheckpoint based on the one for
checkpoint, but I'm not very familiar with Scala and the Spark scala API, so
currently I don't feel at ease to create a meaningful test. Would anybody be up
to add one?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]