neilconway commented on PR #10668: URL: https://github.com/apache/arrow-rs/pull/10668#issuecomment-5281528072
> i wonder if this will fix/affect some of the other issues we have open for decimal parsing/casting, see: > > * [arrow-cast: decimal parsing tracking issue #10477](https://github.com/apache/arrow-rs/issues/10477) > > edit: seems like none, those other issues are for a different decimal parsing function Yeah, I believe those issues are distinct. Although I think it might make sense to unify some of the code here, both to simplify the implementation and to address some inconstancies (e.g., rounding vs. truncating when given more decimal digits than required for the target type's scale). I can take a look at some of that once this PR lands. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
