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

Add write_parquet to pylibcudf #17252

Closed

Conversation

mroeschke
Copy link
Contributor

Description

Contributes to #15162

This PR excludes objects needed for the chunked parquet reader (since this PR is getting fairly large).

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@mroeschke mroeschke added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package labels Nov 6, 2024
@mroeschke mroeschke self-assigned this Nov 6, 2024
@github-actions github-actions bot added the Python Affects Python cuDF API. label Nov 6, 2024
@mroeschke
Copy link
Contributor Author

I don't think this PR is wholly needed anymore. Once parquet writing is supported in libcudf, the cudf._lib implementation will be replace by in-lining it in cudf Python.

@mroeschke mroeschke closed this Nov 21, 2024
@mroeschke mroeschke deleted the pylibcudf/io/parquet_writer branch November 21, 2024 21:14
rapids-bot bot pushed a commit that referenced this pull request Nov 22, 2024
Broken off from #17252 since also replacing cudf Python's `write_parquet` usage would have made the PR fairly large.

Authors:
  - Matthew Roeschke (https://github.com/mroeschke)
  - Lawrence Mitchell (https://github.com/wence-)
  - Matthew Murray (https://github.com/Matt711)

Approvers:
  - Lawrence Mitchell (https://github.com/wence-)
  - Matthew Murray (https://github.com/Matt711)
  - Bradley Dice (https://github.com/bdice)

URL: #17263
rapids-bot bot pushed a commit that referenced this pull request Dec 9, 2024
Removes unused IO utilities from cuDF Python. Depends on #17163 #16042 #17252 #17263

Authors:
  - Matthew Murray (https://github.com/Matt711)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #17374
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant