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
optbuilder: remove assertion annotation in an edge case
In 7ca00cc we added a panic-catcher to
make any errors coming from `resolveAndRequireType` around partial
indexes to be assertion failures. This was done under the assumption that
we never expect any errors; however, we just saw a sentry report that had
an error there that seems somewhat expected "interrupted during
singleflight ×: context canceled". Thus, this commit removes the assertion
annotation.
Release note: None
0 commit comments