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
opt/props: only check histogram NumRange=0 in test builds
These assertions that the first histogram bucket has NumRange=0 are
useful for catching bugs, but a liability in production
environments. Even with malformed histograms, we should not be failing
query execution. Only check these assertions in test builds.
Informs: #154461
Release note (bug fix): Change assertions about histogram NumRange=0 to
only be checked in test builds.
0 commit comments