Reranko05 commented on PR #51330: URL: https://github.com/apache/arrow/pull/51330#issuecomment-5720617735
@pitrou `NumericTypes()` gets `float16` indirectly through `g_floating_types`. Once `float16` is included, production registration paths iterating over `NumericTypes()` can pass `Type::HALF_FLOAT` to `ArithmeticExecFromOp()`, which currently only has cases for `FLOAT` and `DOUBLE` (float32/float64). So this needs to be handled separately from the test-only exclusions. -- 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]
