Skip to content

Fix composite key updates and index exception handling#635

Merged
fh-ms merged 2 commits intomainfrom
fix-composite-index-null-handling
Apr 16, 2026
Merged

Fix composite key updates and index exception handling#635
fh-ms merged 2 commits intomainfrom
fix-composite-index-null-handling

Conversation

@fh-ms
Copy link
Copy Markdown
Contributor

@fh-ms fh-ms commented Apr 14, 2026

Summary

This pull request includes the following changes:

  • Fixed a bug in sub-index handling to prevent ArrayIndexOutOfBoundsException during specific operations.
  • Added test cases for handling transitions from null to non-null composite keys in GigaMap indexers.

@fh-ms fh-ms requested a review from zdenek-jonas April 14, 2026 12:41
@fh-ms fh-ms added bug Something isn't working GigaMap labels Apr 14, 2026
@fh-ms fh-ms linked an issue Apr 14, 2026 that may be closed by this pull request
@fh-ms
Copy link
Copy Markdown
Contributor Author

fh-ms commented Apr 14, 2026

Thx to @hrstoyanov for providing the original fix, #624

@fh-ms fh-ms merged commit 41454fc into main Apr 16, 2026
14 checks passed
@fh-ms fh-ms deleted the fix-composite-index-null-handling branch April 16, 2026 10:13
@fh-ms fh-ms added this to the 4.1.0 milestone Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working GigaMap

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[4.0.1] ArrayIndexOutOfBoundsException

2 participants