-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
Minor Change
-
ALL
-
v8.0, v7.0, v6.0
The data in trino is showing integer overflow for metrics_totalexecmicros_sumofsquares_delta.
Looking at the server code, I can see that this is being calculated in a plain int64, which seems to be inadequate for the values we are seeing in production.
- has to be done after
-
SERVER-91763 Shell does not evaluate comparison operators correctly for NumberDecimal
- Closed