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
fix(stats): unify the device unknown bucket across group-by and filters
The pre-existing device strategy defaulted missing docs to "Unknown"
while the classifier stores "unknown", splitting the bucket and making
neither half filterable. Aggregation now defaults to the classifier's
value, device joins the null-sentinel filter map, and the sentinel
branch keeps stored values in its $in since "unknown" is also real.
0 commit comments