comphead opened a new issue, #10001: URL: https://github.com/apache/arrow-datafusion/issues/10001
### 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 ``` query R select 10.0 ---- 10 External error: query result mismatch: [SQL] select 10.0 [Diff] (-expected|+actual) - 1 + 1E+1 ``` ### Expected behavior Test should pass on `bigdecimal` version 0.4.3. It works on current `bigdecimal` version 0.4.1 ### Additional context Related https://github.com/apache/arrow-datafusion/pull/9476 -- 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]
