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#24836
(cherry picked from commit 49d0bef)
closes#24826
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#24836
(cherry picked from commit 49d0bef)
closes#24826
Port #24825 to 2.7
The text was updated successfully, but these errors were encountered: