Closed tylerhutcherson closed 4 months ago
This PR fixes the case when a user tries to load an empty array using index.load([], ...). Currently, this borks and throws an exception for something that should have been captured in one of our tests.
index.load([], ...)
Test conditions added, and big fixed.
This PR fixes the case when a user tries to load an empty array using
index.load([], ...)
. Currently, this borks and throws an exception for something that should have been captured in one of our tests.Test conditions added, and big fixed.