-
Notifications
You must be signed in to change notification settings - Fork 860
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
[53.0.0_maintenance] Backport: fix: issue introduced in #6833 - less than equal check for scale in … #7079
base: 53.0.0_maintenance
Are you sure you want to change the base?
[53.0.0_maintenance] Backport: fix: issue introduced in #6833 - less than equal check for scale in … #7079
Conversation
@alamb @andygrove @findepi - backport fix. |
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.
Thanks @himadripal
DO NOT Merge it yet. I'm trying to figure out why this |
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.
Removing approval for now to avoid accidental merge
…e in decimal conversion (apache#7070) * fix <= check for scale in decimal conversion * Update arrow-cast/src/cast/mod.rs name change Co-authored-by: Arttu <[email protected]> * remove incorrect comment --------- Co-authored-by: Arttu <[email protected]>
00a0a50
to
efa7e8d
Compare
This is good now. test fix was required to be back ported along with this one. |
this PR has much more changes than #7070 had |
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.
thanks!
if you want, you can also include #7078 test case in the backport. Optional
cc @felipecrv |
I don't think we have any releases planned for the 53.0.0 line -- it would be fine to merge this PR but unless someone is going to make a release it won't be available to users Release schedule is here: https://github.com/apache/arrow-rs?tab=readme-ov-file#release-versioning-and-schedule I also filed a ticket to track the next planned release |
@alamb should there exist a 54.0.0 maintenance branch? |
Update: we will release 54.2.0 from main, so I don't think there is any need for a maintenance branch at this time |
Which issue does this PR close?
Closes #.
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?