-
Notifications
You must be signed in to change notification settings - Fork 931
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
Remove decimal32/64 to decimal128 conversion in Parquet writer #17869
Conversation
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. |
@@ -1,70 +0,0 @@ | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No longer needed
…hub.com/mhaseeb123/cudf into fea/remove-decimal-conversion-pq-writer
/ok to test |
To confirm, this only affects the writer, changes things so that:
Is that correct? |
/merge |
Yes exactly 🎯 . Just to elaborate, the promotion to |
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