This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle out-of-range folds when populating the spatial index
When initially populating the spatial index, the row range isn't expanded to account for overlapping fold row ranges because the index isn't populated yet. When `updateSpatialIndex` is called with an `oldEndBufferRow` exceeding the indexed buffer row count, we need to perform additional queries to the `foldsMarkerLayer` if folds exceed the requested buffer row range to ensure folds with intersecting row ranges are correctly inserted into the index. This commit also adds a randomized test focusing exclusively on the issue of a pre-populated `foldsMarkerLayer`.
- Loading branch information
Nathan Sobo
committed
Feb 16, 2017
1 parent
d18b3a2
commit 39e3a12
Showing
2 changed files
with
96 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters