-
Notifications
You must be signed in to change notification settings - Fork 415
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
about i64,u64 Maximum problem #3621
Comments
Your ticket is incomplete. What do you mean exactly by "it becomes"? Is it aggregation? |
The last two digits have become 0, as if they have been truncated. It looks like it has exceeded the maximum supported value |
@yangshike This is not my question. Where do you see the values? Is it in the stored docs? Is it when you search for the values? Is it when you run an aggregation? Even better: can you provide code to reproduce? |
in kafka source: {"fastId":1678358612977389568} I saw the fastId change to: 568 in the last three places becomes 600 |
How do you get the query ? Is it an aggregation? We do cast all nums to f64 in aggregation . If so can you send the specific type of aggreg you would like to see fixed? |
Wasn't there an ui rendering issue for very large numbers? @fmassot |
I searched through the UI and it should be a collection. I just tried it out and found it through fastId: 1678358612977389568 Can search for this record, but when displayed on the UI, it shows 1678358612977389600 If it's just for display reasons, then this is not a problem |
@PSeitz I think so indeed. @yangshike I think this is related to this issue #2013 |
Okay, thank you very much! |
I have one number: 1678363872408121344
When I set the field to u64 and save it to quickwit, it becomes 1678363872408121300
How should I set this field property correctly
The text was updated successfully, but these errors were encountered: