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

BUG: map_chunk wrong results when input is empty data #727

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

ChengjieLi28
Copy link
Contributor

What do these changes do?

Related issue number

Fixes #723

Check code requirements

  • tests added / passed (if needed)
  • Ensure all linting tests pass

@XprobeBot XprobeBot added the bug Something isn't working label Sep 28, 2023
@XprobeBot XprobeBot added this to the v0.7.0 milestone Sep 28, 2023
@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

Merging #727 (9cb4f26) into main (b320ca3) will decrease coverage by 12.01%.
The diff coverage is 0.00%.

@@             Coverage Diff             @@
##             main     #727       +/-   ##
===========================================
- Coverage   61.64%   49.64%   -12.01%     
===========================================
  Files        1058     1058               
  Lines       79780    79775        -5     
  Branches    16504    12431     -4073     
===========================================
- Hits        49181    39604     -9577     
- Misses      28045    38581    +10536     
+ Partials     2554     1590      -964     
Flag Coverage Δ
unittests 49.63% <0.00%> (-11.94%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
python/xorbits/_mars/dataframe/base/map_chunk.py 19.48% <0.00%> (-69.20%) ⬇️

... and 346 files with indirect coverage changes

@XprobeBot XprobeBot modified the milestones: v0.7.0, v0.7.1 Oct 23, 2023
@XprobeBot XprobeBot modified the milestones: v0.7.1, v0.7.2 Nov 21, 2023
@XprobeBot XprobeBot modified the milestones: v0.7.2, v0.7.3 Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: df.map_chunk with empty DataFrame cannot work
2 participants