You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When aggregates producing float values are applied to integer values, the output numbers are floats while the schema still treats them as integers.
Issue is visible when hovering over distinct float values, as the tooltip uses the schema to correctly parse data. Because the schema treats Score 1 as an integer instead of a float average, the tooltip parser cannot treat the value correctly.
Aggregations that produce float values:
avg
mean
pct sum parent
pct sum grand total
Schema shows integer when the data is a float.
Hover tooltip shows integer when data is a float.
The text was updated successfully, but these errors were encountered:
When aggregates producing
float
values are applied to integer values, the output numbers are floats while the schema still treats them as integers.Issue is visible when hovering over distinct float values, as the tooltip uses the schema to correctly parse data. Because the schema treats
Score 1
as an integer instead of a float average, the tooltip parser cannot treat the value correctly.Aggregations that produce float values:
avg
mean
pct sum parent
pct sum grand total
Schema shows integer when the data is a float.
Hover tooltip shows integer when data is a float.
The text was updated successfully, but these errors were encountered: