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

Allow multiple invocations of KeyValuePartitionLayout.findKeys(...), by allocating LocationTableBuilders per call #4313

Merged
merged 2 commits into from
Aug 11, 2023

Conversation

rcaudy
Copy link
Member

@rcaudy rcaudy commented Aug 11, 2023

Fixes #4312

…by allocation LocationTableBuilders per call
@rcaudy rcaudy added bug Something isn't working core Core development tasks parquet Related to the Parquet integration NoDocumentationNeeded ReleaseNotesNeeded Release notes are needed labels Aug 11, 2023
@rcaudy rcaudy added this to the July 2023 milestone Aug 11, 2023
@rcaudy rcaudy requested a review from lbooker42 August 11, 2023 21:14
@rcaudy rcaudy self-assigned this Aug 11, 2023
@rcaudy rcaudy changed the title Allow multiple invocations of KeyValuePartitionLayout.findKeys(...), by allocation LocationTableBuilders per call Allow multiple invocations of KeyValuePartitionLayout.findKeys(...), by allocating LocationTableBuilders per call Aug 11, 2023
@rcaudy rcaudy enabled auto-merge (squash) August 11, 2023 21:57
@rcaudy rcaudy merged commit 7ae3a23 into deephaven:main Aug 11, 2023
9 checks passed
@rcaudy rcaudy deleted the rwc-ltbreset branch August 11, 2023 22:18
@github-actions github-actions bot locked and limited conversation to collaborators Aug 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working core Core development tasks NoDocumentationNeeded parquet Related to the Parquet integration ReleaseNotesNeeded Release notes are needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KeyValuePartitionLayout.findKeys(...) can only be called once
2 participants