discord9 opened a new issue, #14124:
URL: https://github.com/apache/datafusion/issues/14124
### Describe the bug
Panic when handling Decimal128 overflow:
```sql
SELECT ('0.54321543215432154321543215432154321'::DECIMAL(35,35) +
10000)::VARCHAR;
```
### To Reproduce
reproduce step:
install `datafusion-cli`
```
cargo install datafusion-cli
```
```sql
-> datafusion-cli
DataFusion CLI v44.0.0
> SELECT ('0.54321543215432154321543215432154321'::DECIMAL(35,35) +
10000)::VARCHAR;
thread 'main' panicked at
/home/discord9/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datafusion-expr-common-44.0.0/src/interval_arithmetic.rs:1025:13:
internal error: entered unreachable code
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```
### Expected behavior
Not panic
### 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]