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.coalesce() #1873

Merged
merged 10 commits into from
Oct 28, 2020
Merged

Conversation

xinrong-meng
Copy link
Contributor

Introduce df.spark.coalesce()

@codecov-io
Copy link

codecov-io commented Oct 27, 2020

Codecov Report

Merging #1873 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1873      +/-   ##
==========================================
+ Coverage   94.16%   94.18%   +0.02%     
==========================================
  Files          40       40              
  Lines        9819     9853      +34     
==========================================
+ Hits         9246     9280      +34     
  Misses        573      573              
Impacted Files Coverage Δ
databricks/koalas/spark/accessors.py 93.95% <100.00%> (+0.20%) ⬆️
databricks/koalas/frame.py 96.72% <0.00%> (-0.04%) ⬇️
databricks/koalas/missing/series.py 100.00% <0.00%> (ø)
databricks/koalas/series.py 96.95% <0.00%> (+0.07%) ⬆️
databricks/koalas/namespace.py 83.01% <0.00%> (+0.21%) ⬆️

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 0a7c7c9...6360e63. Read the comment docs.

Copy link
Contributor

@itholic itholic left a comment

Choose a reason for hiding this comment

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

Otherwise, seems good to me

databricks/koalas/spark/accessors.py Show resolved Hide resolved
databricks/koalas/tests/test_frame_spark.py Outdated Show resolved Hide resolved
@xinrong-meng xinrong-meng merged commit 5a5c468 into databricks:master Oct 28, 2020
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.

4 participants