-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Minor] Clean up DecimalArray API Usage #1869
Conversation
9e4f672
to
c0a4784
Compare
I will review this tomorrow later. |
Thanks for your refactor. @alamb |
Thank you @liukun4515 |
Draft as it builds on #1851Which issue does this PR close?
N/A
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 createDecimalArray
s they find one of these rather thanDecimalBuilder
What changes are included in this PR?
Cleans up some
DecimalArray
creation using APIs added in apache/arrow-rs#1223I didn't spend any time cleaning up binary.rs as I believe @liukun4515 has plans for that
Are there any user-facing changes?