Skip to content

Fix Debug-mode failing Arrow test - #17405

Merged
rapids-bot[bot] merged 3 commits into
NVIDIA:branch-25.02from
zeroshade:fix-debug-arrow-test
Nov 22, 2024
Merged

Fix Debug-mode failing Arrow test#17405
rapids-bot[bot] merged 3 commits into
NVIDIA:branch-25.02from
zeroshade:fix-debug-arrow-test

Conversation

@zeroshade

Copy link
Copy Markdown
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-pr-bot

copy-pr-bot Bot commented Nov 21, 2024

Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member

/ok to test

@PointKernel PointKernel left a comment

Copy link
Copy Markdown
Member

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.

@davidwendt davidwendt left a comment

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor

/merge

@rapids-bot
rapids-bot Bot merged commit 8b7127f into NVIDIA:branch-25.02 Nov 22, 2024
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