Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Do not panic on cleaning up failed iterators
We have seen occasional panics in Iterators.Close() when cleaning up after failed iterator creation. This commit checks for nil on any iterator to be closed, and now returns any errors generated by that Close(). Closes #19579 Closes #19476
- Loading branch information