Open comphead opened 7 months ago
Since bigdecimal 0.4.3 introduced, there is an display formatting bug leading tests to fail with data type R.
query R select 10.0 ---- 10 External error: query result mismatch: [SQL] select 10.0 [Diff] (-expected|+actual) - 1 + 1E+1
Test should pass on bigdecimal version 0.4.3. It works on current bigdecimal version 0.4.1
bigdecimal
Related https://github.com/apache/arrow-datafusion/pull/9476
Filed regression https://github.com/akubera/bigdecimal-rs/issues/127
Describe the bug
Since bigdecimal 0.4.3 introduced, there is an display formatting bug leading tests to fail with data type R.
To Reproduce
Expected behavior
Test should pass on
bigdecimal
version 0.4.3. It works on currentbigdecimal
version 0.4.1Additional context
Related https://github.com/apache/arrow-datafusion/pull/9476