-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
None
Currently there is some inconsistency in how aggregators return values, those that return a collection return an empty collection but those that return single values return null if there are no items in the item collection they are aggregating over. We should consider ensuring aggregators return Optional values to avoid unnecessary NPEs.