-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce df.spark.checkpoint() #1877
Conversation
0 a | ||
1 b | ||
2 c | ||
>>> new_kdf = kdf.spark.checkpoint() # doctest: +SKIP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Skipped because otherwise a checkpoint directory needs to be set.
Codecov Report
@@ Coverage Diff @@
## master #1877 +/- ##
=======================================
Coverage 94.18% 94.18%
=======================================
Files 40 40
Lines 9853 9858 +5
=======================================
+ Hits 9280 9285 +5
Misses 573 573
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, pending tests.
Thanks! merging. |
@ueshin Thank you! |
No description provided.