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

non accurate float representation #351

Open
superichmann opened this issue Oct 31, 2024 · 1 comment
Open

non accurate float representation #351

superichmann opened this issue Oct 31, 2024 · 1 comment

Comments

@superichmann
Copy link

superichmann commented Oct 31, 2024

the float data isnt shown correctly on ui. i have a table with CAST(0.000000001 as FLOAT) value inside.
ui shows value: 0
csv download value: 0.0000
npgsql .NET value: 1E-09 // exact and correct.

Maybe consider to show the correct value as well on the ui ;]
qdb 8.1.1

@bluestreak01
Copy link
Member

bluestreak01 commented Oct 31, 2024

as a workaround you can configure this parameter to improve float scaling:

http.json.query.float.scale=10

The default value is 4 - we will consider bumping it.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants