quickwit-oss / quickwit-oss/quickwit
about i64,u64 Maximum problem
Open
Nobody has claimed this yet.
documentation
- Dominant language
- Rust
- Stars
- 11.7k
- Forks
- 597
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 37
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the reported conversion of 1678363872408121344 when a field is set to u64, then trace the indexing and serialization path responsible for the changed value. Review the nine-comment discussion for the expected field configuration and define done as preserving the full integer value or clearly documenting the supported behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- search
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100