-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Query results auto round numbers #3820
Comments
What type of data source did you run this query with?
Arik
…On Wed, May 22, 2019 at 11:33 AM, Florent Olivaud < ***@***.*** > wrote:
Issue Summary
-------------
Query results auto cast float to int
Steps to Reproduce
------------------
SELECT 2.4 as value;
Will return 2
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub (
#3820?email_source=notifications&email_token=AAAROLDAVXBD7MT4MFB2DHLPWUAOZA5CNFSM4HOR5QOKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GVEXA3A
) , or mute the thread (
https://github.com/notifications/unsubscribe-auth/AAAROLDS4RYINMDL5NCZ7ELPWUAOZANCNFSM4HOR5QOA
).
|
@arikfr I use the url data sources. But to reproduce the bug you don't need any other datasource. |
@flolivaud it does not happen with every data source. It's a data source specific issue rather than a global one, therefore important to know which one is it. Here's an example where it does not happen: https://redash-preview.netlify.com/queries/156/source In your case: can you share the |
Resolved in #3913. |
Issue Summary
Query results auto round numbers
Steps to Reproduce
With Query results datasource :
SELECT 2.4 as value;
Will return
2
SELECT 2.5 as value;
Will return
3
The text was updated successfully, but these errors were encountered: