`.collect()` is not aligned with `.stream()`. Suggested to break the whole 
expression:
```java
Map<Boolean, List<ServerHolder>> partitions =
    
servers.stream().collect(Collectors.partitioningBy(ServerHolder::isInMaintenance));
```

[ Full content available at: 
https://github.com/apache/incubator-druid/pull/6349 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to