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
ArrayCursors were ignoring errors, which led to panics when nil
cursors were operated on. This fix passes errors back up the stack
and uses them to enforce healthy cursor creation.
Closes#24789
---------
Co-authored-by: Stuart Carnie <[email protected]>
(cherry picked from commit fe6c64b)
closes#24824
ArrayCursors were ignoring errors, which led to panics when nil
cursors were operated on. This fix passes errors back up the stack
and uses them to enforce healthy cursor creation.
Closes#24789
Co-authored-by: Stuart Carnie <[email protected]>
(cherry picked from commit fe6c64b)
closes#24824
Port #24789 to 1.11 branch
The text was updated successfully, but these errors were encountered: