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
internal/keyspan: fix swallowed error in InterleavingIter.NextPrefix
Previously if the internal point iterator encountered an error during
NextPrefix and the iterator was currently positioned within a span, the
InterleavingIter improperly swallowed the error without surfacing an exhausted
iterator position (indicating that the caller should call Error()).
Fix#5032.
Informs #2785.
0 commit comments