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

FEAT: Dataset from_export #666

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

Conversation

codingl2k1
Copy link
Contributor

@codingl2k1 codingl2k1 commented Aug 23, 2023

What do these changes do?

  • Arrow based dataset.

Related issue number

Fixes #xxxx

Check code requirements

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

@XprobeBot XprobeBot added this to the v0.5.2 milestone Aug 23, 2023
@codecov
Copy link

codecov bot commented Aug 23, 2023

Codecov Report

Merging #666 (226a761) into main (b320ca3) will increase coverage by 6.63%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #666      +/-   ##
==========================================
+ Coverage   82.55%   89.18%   +6.63%     
==========================================
  Files        1058     1061       +3     
  Lines       79780    79877      +97     
  Branches    16504    16520      +16     
==========================================
+ Hits        65861    71240    +5379     
+ Misses      11645     6803    -4842     
+ Partials     2274     1834     -440     
Flag Coverage Δ
unittests 89.08% <100.00%> (+6.66%) ⬆️

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

Files Coverage Δ
python/xorbits/_mars/core/entity/output_types.py 84.74% <100.00%> (+0.26%) ⬆️
python/xorbits/_mars/services/meta/metas.py 100.00% <100.00%> (ø)
python/xorbits/datasets/backends/arrow/__init__.py 100.00% <100.00%> (ø)
python/xorbits/datasets/backends/arrow/core.py 100.00% <100.00%> (ø)
...hon/xorbits/datasets/backends/arrow/from_export.py 100.00% <100.00%> (ø)
python/xorbits/datasets/iterable_dataset.py 97.53% <100.00%> (+0.73%) ⬆️

... and 280 files with indirect coverage changes

@codingl2k1 codingl2k1 marked this pull request as ready for review August 24, 2023 05:52
@XprobeBot XprobeBot modified the milestones: v0.5.2, Temp Sep 8, 2023
@XprobeBot XprobeBot modified the milestones: v0.6.0, v0.6.1 Sep 8, 2023
@XprobeBot XprobeBot modified the milestones: v0.6.1, v0.6.2, v0.6.3 Sep 15, 2023
@XprobeBot XprobeBot modified the milestones: v0.6.3, v0.7.0 Sep 25, 2023
@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants