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

reduce allocations for group by result tags #1120

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

brharrington
Copy link
Contributor

Avoid copying to new map for the group by.

Avoid copying to new map for the group by.
@brharrington brharrington added this to the 1.7.9 milestone Mar 14, 2024
@brharrington brharrington merged commit b7a5cc5 into Netflix:main Mar 14, 2024
1 check passed
@brharrington brharrington deleted the by-alloc branch March 14, 2024 02:33
brharrington added a commit to brharrington/spectator that referenced this pull request Mar 14, 2024
The change in Netflix#1120 can result in a NullPointerException
if a group by is used and one of the required dimensions
is missing.
brharrington added a commit that referenced this pull request Mar 14, 2024
The change in #1120 can result in a NullPointerException
if a group by is used and one of the required dimensions
is missing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant