You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a change in sqllogictest float to string method after the bigdecimal crate 0.4.3 version. There are affected PRs like #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.
The text was updated successfully, but these errors were encountered:
Describe the bug
There is a change in
sqllogictest
float to string method after thebigdecimal
crate0.4.3
version. There are affected PRs like #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
asbigdecimal = "=0.4.1"
orbigdecimal = "=0.4.2"
until it gets a fix.The text was updated successfully, but these errors were encountered: