Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.6-incubating
Description
The input parameter of the MapPartitionFunction is called records which is different from the naming in the previous functions (GroupReduceFunction, FlatCombineFunction) which name the Iterable values.
I propose to rename the parameter in MapPartitionFunction to values for consistency reasons.