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
The someFileOverlapsRange function of Level0 class depends on findFile method to find the first file with largest key larger than the target key(smallest user key), but the findFile may return the last file in level when no file satisfying the condition.
Same situation in Level class.
I guess there may be a bug, but do not confirm that through testing.
The text was updated successfully, but these errors were encountered:
The someFileOverlapsRange function of Level0 class depends on findFile method to find the first file with largest key larger than the target key(smallest user key), but the findFile may return the last file in level when no file satisfying the condition.
Same situation in Level class.
I guess there may be a bug, but do not confirm that through testing.
The text was updated successfully, but these errors were encountered: