Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
when I implement the comparison operation for decimal data type, I should support i128
for
arrow-rs/arrow/src/buffer/mutable.rs
Line 301 in 8b85aa0
In the pr #779, The i128
has been added as ArrowNativeType, but this is change-api
changes.
how should i continue this work?
@alamb
Can I cherry-pick part code of this #779 to release branch
?
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.