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

Remove decimal32/64 to decimal128 conversion in Parquet writer #17869

Open
wants to merge 5 commits into
base: branch-25.04
Choose a base branch
from

Conversation

mhaseeb123
Copy link
Member

@mhaseeb123 mhaseeb123 commented Jan 30, 2025

Description

Fixes #17080. Related to #17422

This PR removes the decimal32/64 to decimal128 conversion in Parquet writer as it's no longer needed with Arrow v19.

Checklist

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

Copy link

copy-pr-bot bot commented Jan 30, 2025

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Jan 30, 2025
@mhaseeb123 mhaseeb123 added 2 - In Progress Currently a work in progress cuIO cuIO issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jan 30, 2025
@mhaseeb123 mhaseeb123 changed the title 🚧 Remove decimal32/64 to decimal128 conversion in Parquet writer Remove decimal32/64 to decimal128 conversion in Parquet writer Feb 1, 2025
@@ -1,70 +0,0 @@
/*
Copy link
Member Author

Choose a reason for hiding this comment

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

No longer needed

@github-actions github-actions bot added the CMake CMake build issue label Feb 4, 2025
@mhaseeb123 mhaseeb123 marked this pull request as ready for review February 4, 2025 02:16
@mhaseeb123 mhaseeb123 requested review from a team as code owners February 4, 2025 02:16
@mhaseeb123 mhaseeb123 added 3 - Ready for Review Ready for review by team and removed 2 - In Progress Currently a work in progress labels Feb 4, 2025
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 CMake CMake build issue 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.

[FEA] Do not convert decimal32/64 cols to decimal128 in to_arrow API and PQ writer when arrow schema is in use
1 participant