Skip to content

Stop returning null in SearchGroup#merge - #16088

Merged
javanna merged 4 commits into
apache:mainfrom
javanna:enhancement/search_group_merge_not_null
May 21, 2026
Merged

Stop returning null in SearchGroup#merge#16088
javanna merged 4 commits into
apache:mainfrom
javanna:enhancement/search_group_merge_not_null

Conversation

@javanna

@javanna javanna commented May 20, 2026

Copy link
Copy Markdown
Contributor

Returning null can cause issues down the line once we move to using collector managers and leverage the merge method for results reduction.

This commit replaces the null return type with an empty list.

Relates to #15574

Returning null can cause issues down the line once we move to using collector
managers and leverage the merge method for results reduction.

This commit replaces the null return type with an empty list.

Relates to apache#15574
@javanna javanna added this to the 10.5.0 milestone May 20, 2026
@javanna
javanna force-pushed the enhancement/search_group_merge_not_null branch from ea5c481 to e5f37eb Compare May 21, 2026 07:52
@javanna
javanna merged commit 3f99881 into apache:main May 21, 2026
13 checks passed
javanna added a commit that referenced this pull request May 21, 2026
Returning null can cause issues down the line once we move to using collector
managers and leverage the merge method for results reduction.

This commit replaces the null return type with an empty list.

Relates to #15574
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant