Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix index loading empty array #173

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

tylerhutcherson
Copy link
Collaborator

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.

@tylerhutcherson tylerhutcherson added the bug Something isn't working label Jul 1, 2024
@tylerhutcherson tylerhutcherson merged commit 2e5ba37 into main Jul 1, 2024
20 checks passed
@tylerhutcherson tylerhutcherson deleted the bugfix/RAAE-155/index-load-empty-array branch July 1, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants