But if distinct is necessary, please make this method to return `Set<ServerToSegment>` and replace `distinct()` with `collect(Collectors.toSet())`. Executionally it's the same, but at least makes the contract of the method clearer.
[ Full content available at: https://github.com/apache/incubator-druid/pull/5913 ] This message was relayed via gitbox.apache.org for [email protected]
