-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.12.0
-
Component/s: None
-
Labels:None
I'm trying to use combineValues on a PGroupedTable. I am using Aggregators.FIRST_N. If I have 20 keys in my PGroupedTable, then I only get 20 distinct values because the AggregatorCombineFn and FirstNAggregator don't detach the values from the incoming iterator.