UtkarshSahay123 opened a new pull request, #9198: URL: https://github.com/apache/arrow-rs/pull/9198
# Which issue does this PR close? - Closes #9123. # Rationale for this change Apache Arrow currently supports casting between decimal and float32/float64 types, but does not support float16. This PR adds support for casting between decimal and float16 types to provide feature parity with other floating point types. # What changes are included in this PR? - Added Float16 → Decimal casting support - Added Decimal → Float16 casting support # Are these changes tested? Yes. Existing cast tests pass locally: cargo test -p arrow-cast # Are there any user-facing changes? Yes. Users can now cast between decimal and float16 types using the standard Arrow cast APIs. -- 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]
