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

Simplify write_csv by removing unnecessary writer/impl classes #9089

Merged
merged 34 commits into from
Nov 18, 2021

Conversation

cwharris
Copy link
Contributor

@cwharris cwharris commented Aug 21, 2021

Depends on #9040 and (unfortunately) #9041

@github-actions github-actions bot added Python Affects Python cuDF API. libcudf Affects libcudf (C++/CUDA) code. labels Aug 21, 2021
@codecov
Copy link

codecov bot commented Aug 21, 2021

Codecov Report

❗ No coverage uploaded for pull request base (branch-22.02@31f92d7). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##             branch-22.02    #9089   +/-   ##
===============================================
  Coverage                ?   10.49%           
===============================================
  Files                   ?      119           
  Lines                   ?    20297           
  Branches                ?        0           
===============================================
  Hits                    ?     2130           
  Misses                  ?    18167           
  Partials                ?        0           

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 31f92d7...4fa0f44. Read the comment docs.

@github-actions github-actions bot removed the Python Affects Python cuDF API. label Aug 24, 2021
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@cwharris cwharris changed the base branch from branch-21.10 to branch-21.12 October 26, 2021 15:19
@cwharris cwharris marked this pull request as ready for review November 15, 2021 20:14
@cwharris cwharris requested a review from a team as a code owner November 15, 2021 20:14
@cwharris cwharris changed the base branch from branch-21.12 to branch-22.02 November 15, 2021 20:16
cpp/src/io/csv/durations.hpp Show resolved Hide resolved
cpp/src/io/csv/writer_impl.cu Show resolved Hide resolved
cpp/src/io/csv/writer_impl.cu Outdated Show resolved Hide resolved
cpp/src/io/csv/writer_impl.cu Outdated Show resolved Hide resolved
@vuule
Copy link
Contributor

vuule commented Nov 18, 2021

rerun tests

@vuule
Copy link
Contributor

vuule commented Nov 18, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit d4ff518 into rapidsai:branch-22.02 Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuIO cuIO issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants