[53.0.0_maintenance] Backport: fix: issue introduced in #6833 - less than equal check for scale in …#7079
Conversation
|
@alamb @andygrove @findepi - backport fix. |
|
DO NOT Merge it yet. I'm trying to figure out why this |
andygrove
left a comment
There was a problem hiding this comment.
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 <Blizzara@users.noreply.github.com> * remove incorrect comment --------- Co-authored-by: Arttu <Blizzara@users.noreply.github.com>
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 |
|
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?