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

Fix Debug-mode failing Arrow test #17405

Merged
merged 3 commits into from
Nov 22, 2024

Conversation

zeroshade
Copy link
Contributor

Description

Fixes #17153 by fixing the appropriate element nullability data types

Checklist

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

@zeroshade zeroshade requested a review from a team as a code owner November 21, 2024 20:48
Copy link

copy-pr-bot bot commented Nov 21, 2024

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Nov 21, 2024
@davidwendt
Copy link
Contributor

Thanks for this fix @zeroshade
We are currently in burndown for 24.12 and since this is just fixing tests we probably should just target this PR for branch-25.02

@zeroshade zeroshade changed the base branch from branch-24.12 to branch-25.02 November 21, 2024 21:09
@zeroshade
Copy link
Contributor Author

@davidwendt updated this to be based on branch-25.02 instead.

@PointKernel PointKernel added bug Something isn't working non-breaking Non-breaking change 3 - Ready for Review Ready for review by team labels Nov 21, 2024
@PointKernel
Copy link
Member

/ok to test

Copy link
Member

@PointKernel PointKernel left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for the fix.

Copy link
Contributor

@davidwendt davidwendt left a comment

Choose a reason for hiding this comment

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

Verified this fixes #17153

@davidwendt
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit 8b7127f into rapidsai:branch-25.02 Nov 22, 2024
104 checks passed
rapids-bot bot pushed a commit that referenced this pull request Jan 29, 2025
…PIs (#17422)

Now that the Arrow format includes `Decimal32` and `Decimal64` data types, CUDF no longer needs to convert them to decimal128 when importing/exporting values via the `to_arrow` and `from_arrow` APIs. Instead we can just treat them like any other fixed-width data type and use the buffers directly.

This doesn't fully address #17080 as it doesn't make any changes to the Parquet side of things

This also incorporates the changes from #17405 which are needed for debug tests. That should get merged first, and then I can rebase this.

Authors:
  - Matt Topol (https://github.com/zeroshade)
  - David Wendt (https://github.com/davidwendt)
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Paul Mattione (https://github.com/pmattione-nvidia)
  - Bradley Dice (https://github.com/bdice)
  - Lawrence Mitchell (https://github.com/wence-)
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Robert (Bobby) Evans (https://github.com/revans2)
  - David Wendt (https://github.com/davidwendt)
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #17422
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] INTEROP_TEST fails on a libcudf debug build at ToArrowTest.NestedList
3 participants