Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: check inner quad iterator for errors when closing
This caused a bug where Scan returned an error which was ignored by the iterator. The inner iterator it.Err() would have returned the error correctly, but it was ignored in QuadIterator. Fixed by checking the inner iterator error when closing. Signed-off-by: Christian Stewart <[email protected]>
- Loading branch information