liukun4515 opened a new issue #1098: URL: https://github.com/apache/arrow-rs/issues/1098
**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 https://github.com/apache/arrow-rs/blob/8b85aa03d2c2af1cfa81f03a2ab2457d21d02f93/arrow/src/buffer/mutable.rs#L301 this function. In the pr https://github.com/apache/arrow-rs/pull/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 https://github.com/apache/arrow-rs/pull/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. -- 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]
