alamb opened a new pull request #1869: URL: https://github.com/apache/arrow-datafusion/pull/1869
Draft as it builds on https://github.com/apache/arrow-datafusion/pull/1851 # Which issue does this PR close? TBF # Rationale for this change Use a faster (less bounds checking) and more idiomatic API for creating `DecimalArray` mostly so that when others are looking for examples of how to create `DecimalArray`s they find one of these rather than `DecimalBuilder` # What changes are included in this PR? Cleans up some `DecimalArray` creation using APIs added in https://github.com/apache/arrow-rs/pull/1223 I didn't spend any time cleaning up binary.rs as I believe @liukun4515 has plans for that # Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. --> -- 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]
