jdye64 opened a new issue, #7033: URL: https://github.com/apache/arrow-datafusion/issues/7033
### Describe the bug Currently in datafusion_expr TypeCoercion `DataType::Decimal256(_, _)` is missing from 2 key functions. 1. `is_signed_numeric` 2. `is_decimal` Currently only `Decimal128(_, _)` is considered. This seems to be a simple oversight where it was not added when `Decimal256` support was added. ### To Reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
