Skip to content
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

Merged
merged 4 commits into from
Oct 29, 2020
Merged

Conversation

xinrong-meng
Copy link
Contributor

No description provided.

0 a
1 b
2 c
>>> new_kdf = kdf.spark.checkpoint() # doctest: +SKIP
Copy link
Contributor Author

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-io
Copy link

codecov-io commented Oct 29, 2020

Codecov Report

Merging #1877 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1877   +/-   ##
=======================================
  Coverage   94.18%   94.18%           
=======================================
  Files          40       40           
  Lines        9853     9858    +5     
=======================================
+ Hits         9280     9285    +5     
  Misses        573      573           
Impacted Files Coverage Δ
databricks/koalas/spark/accessors.py 94.15% <100.00%> (+0.19%) ⬆️
databricks/koalas/frame.py 96.72% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a5c468...7bec133. Read the comment docs.

databricks/koalas/spark/accessors.py Outdated Show resolved Hide resolved
databricks/koalas/spark/accessors.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@ueshin ueshin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, pending tests.

@ueshin
Copy link
Collaborator

ueshin commented Oct 29, 2020

Thanks! merging.

@ueshin ueshin merged commit 20d4aa8 into databricks:master Oct 29, 2020
@xinrong-meng
Copy link
Contributor Author

@ueshin Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants