alamb commented on issue #16689:
URL: https://github.com/apache/datafusion/issues/16689#issuecomment-3113441773
I think @kosiew has fixed this error upstream so it should be fixed when we
upgrade to the next version of arrow-rs
--
This is an automated message from the Apache Git Service.
alamb commented on issue #16689:
URL: https://github.com/apache/datafusion/issues/16689#issuecomment-3046589376
Looks like a bug in arrow-rs
https://github.com/apache/arrow-rs/blob/3126dad0348035bc5fadc8ec61b7150b9ce6aad5/arrow-cast/src/cast/mod.rs#L894
--
This is an automated mes
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.