metesynnada opened a new issue, #9464: URL: https://github.com/apache/arrow-datafusion/issues/9464
### Describe the bug There is a change in `sqllogictest` float to string method after the `bigdecimal` crate `0.4.3` version. There are affected PRs like https://github.com/apache/arrow-datafusion/pull/9460. It will cause an error on every PR status check from now. ### To Reproduce Just run a workflow on CI or local after `cargo update`. ### Expected behavior _No response_ ### Additional context We should change the `cargo.toml` as `bigdecimal = "=0.4.1"` or `bigdecimal = "=0.4.2"` until it gets a fix. -- 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]
