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

Validate types in pylibcudf Column/Table constructors #15088

Merged

Conversation

wence-
Copy link
Contributor

@wence- wence- commented Feb 19, 2024

Description

Otherwise, someone can pass any random object to the constructor and will receive an unfriendly segfault when interacting with libcudf.

Checklist

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

Otherwise, someone can pass any random object to the constructor and
will receive an unfriendly segfault when interacting with libcudf.
@wence- wence- requested a review from a team as a code owner February 19, 2024 19:16
@github-actions github-actions bot added the Python Affects Python cuDF API. label Feb 19, 2024
@wence-
Copy link
Contributor Author

wence- commented Feb 19, 2024

I can't recall the status for testing pylibcudf directly...

@wence- wence- added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Feb 19, 2024
@wence-
Copy link
Contributor Author

wence- commented Feb 20, 2024

/merge

@rapids-bot rapids-bot bot merged commit 66b3a93 into rapidsai:branch-24.04 Feb 20, 2024
68 checks passed
@vyasr vyasr added the pylibcudf Issues specific to the pylibcudf package label May 28, 2024
@wence- wence- deleted the wence/fea/pylibcudf-bits-and-pieces branch October 24, 2024 09:58
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.

3 participants