Description
RelDistribution#getKeys is annotated as nonnull, and must return "List<Integer>", so this code is unnecessary.
List<Object> keys = new ArrayList<>(relDistribution.getKeys().size()); for (Integer key : relDistribution.getKeys()) { keys.add(toJson(key)); }
Attachments
Issue Links
- links to