gaobinlong opened a new pull request, #15897:
URL: https://github.com/apache/lucene/pull/15897

   ### Description
   
   TopGroups.merge() accepting an array of TopGroups is annoying, we need to 
suppress the `unchecked` and `rawtypes` when declaring an array of TopGroups, 
[a long lasting 
TODO](https://github.com/apache/lucene/blob/e26a959e2c7efabddff02382763df8302098e16b/lucene/grouping/src/test/org/apache/lucene/search/grouping/BaseGroupSelectorTestCase.java#L333)
 in the test code also mention this, so this PR changes it to accept a list of 
TopGroups instead of array.
   
   This is a breaking change, we can on-board it in version 11.0.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to