Closed
Bug 1375017
Opened 8 years ago
Closed 6 years ago
Use Long for UintScalar types to avoid overflow
Categories
(Data Platform and Tools :: General, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bugzilla, Unassigned)
References
Details
Scala doesn't support unsigned integers so we currently don't support half the potential values of UintScalars. We should switch the scala + parquet representations of UintScalars to Long to avoid this issue.
Updated•8 years ago
|
Assignee: nobody → spenrose
Updated•8 years ago
|
Assignee: spenrose → nobody
Comment 1•8 years ago
|
||
Setting priority to P3. If we encounter an overflow issue, let's bump it up in priority.
Points: --- → 3
Priority: -- → P3
Comment 2•8 years ago
|
||
We seem to be getting overflow in the main_summary_first_paint simple measurement, which was just implemented as a scalar. Both are recorded as uint32_t, and should be moved to long's to avoid overflow.
https://sql.telemetry.mozilla.org/queries/22552/source
Everything is bigint in bigquery!
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•3 years ago
|
Component: Datasets: Main Summary → General
You need to log in
before you can comment on or make changes to this bug.
Description
•