Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TESTS] Fix sqllogictests to support bigdecimal 0.4.3 crate #10001

Open
comphead opened this issue Apr 8, 2024 · 1 comment
Open

[TESTS] Fix sqllogictests to support bigdecimal 0.4.3 crate #10001

comphead opened this issue Apr 8, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@comphead
Copy link
Contributor

comphead commented Apr 8, 2024

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 #9476

@comphead comphead added the bug Something isn't working label Apr 8, 2024
@comphead comphead self-assigned this Apr 8, 2024
@comphead
Copy link
Contributor Author

Filed regression akubera/bigdecimal-rs#127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant