2010YOUY01 opened a new issue, #16689: URL: https://github.com/apache/datafusion/issues/16689
### Describe the bug datafusion-cli is compiled from the latest main (commit 25c2a079fc) ``` > create table tt(v1 decimal(50,2)); 0 row(s) fetched. Elapsed 0.002 seconds. > insert into tt values (133333333333333333333333333333333333333333333.34); +-------+ | count | +-------+ | 1 | +-------+ 1 row(s) fetched. Elapsed 0.002 seconds. > select v1 + 1.5 from tt; thread 'main' panicked at /Users/yongting/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrow-cast-55.2.0/src/cast/mod.rs:894:38: called `Option::unwrap()` on a `None` value note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` ### To Reproduce _No response_ ### Expected behavior Found by SQLancer (https://github.com/apache/datafusion/issues/11030) ### 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org