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

ENH: Fix gpu cudf to_csv #799

Merged
merged 14 commits into from
Aug 21, 2024
Merged

ENH: Fix gpu cudf to_csv #799

merged 14 commits into from
Aug 21, 2024

Conversation

hucorz
Copy link
Collaborator

@hucorz hucorz commented Aug 18, 2024

What do these changes do?

delete unsupported params in cudf.datafram.to_csv

Related issue number

Fixes #795

Check code requirements

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

@XprobeBot XprobeBot added the gpu label Aug 18, 2024
@XprobeBot XprobeBot added this to the v0.7.3 milestone Aug 18, 2024
Copy link

codecov bot commented Aug 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.70%. Comparing base (221387f) to head (35935c0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #799      +/-   ##
==========================================
- Coverage   80.71%   80.70%   -0.01%     
==========================================
  Files        1070     1070              
  Lines       80004    80015      +11     
  Branches    16521    16522       +1     
==========================================
+ Hits        64572    64580       +8     
+ Misses      13873    13872       -1     
- Partials     1559     1563       +4     
Flag Coverage Δ
unittests 80.66% <ø> (-0.01%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@luweizheng luweizheng changed the title Fix issue 795 ENH: Fix gpu cudf to_csv Aug 19, 2024
@XprobeBot XprobeBot added the enhancement New feature or request label Aug 19, 2024
@luweizheng
Copy link
Collaborator

Could you please add unit test in /home/lwz/xorbits/python/xorbits/_mars/dataframe/datasource/tests with @support_cuda decorator.

Copy link
Collaborator

@luweizheng luweizheng left a comment

Choose a reason for hiding this comment

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

LGTM

@luweizheng luweizheng merged commit 6460a7c into xorbitsai:main Aug 21, 2024
28 of 36 checks passed
@hucorz hucorz deleted the Fix-issue-795 branch August 21, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gpu
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: cudf to_csv() not work
3 participants