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
(drop it under tests/writer.rs if you want to test it yourself)
As you can see on the second snapshot, the tree node number 2 contains an empty descendant because the split node number 3 didn’t shrink properly.
Instead of pointing to an empty descendant, it should delete itself and points directly to the tree number 1.
(The case where the whole split nodes fits in a single descendant is already handled correctly).
The text was updated successfully, but these errors were encountered:
This test runs on the
main
branch / latest release of arroy and shouldn’t:(drop it under
tests/writer.rs
if you want to test it yourself)As you can see on the second snapshot, the tree node number
2
contains an empty descendant because the split node number3
didn’t shrink properly.Instead of pointing to an empty descendant, it should delete itself and points directly to the tree number 1.
(The case where the whole split nodes fits in a single descendant is already handled correctly).
The text was updated successfully, but these errors were encountered: