Reranko05 opened a new pull request, #51330: URL: https://github.com/apache/arrow/pull/51330
### Rationale `FloatingPointTypes()` currently contains only `float32()` and `float64()`, so `float16()` is also omitted from `NumericTypes()` and `PrimitiveTypes()`. This was noted as a follow-up during the review of [#50513](https://github.com/apache/arrow/pull/50513#discussion_r3628522049). ### Changes - Add `float16()` to `FloatingPointTypes()`. - `NumericTypes()` and `PrimitiveTypes()` automatically include `float16()` through their existing composition from `FloatingPointTypes()`. ### Testing - `arrow-type-test` passes. -- 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]
