Ping.. Can someone please correct me whether this is an issue or not.
-
Swapnil
On Thu, Aug 31, 2017 at 12:27 PM, Swapnil Shinde
wrote:
> Hello All
>
> I am observing some strange results with aggregateByKey API which is
> implemented with combineByKey. Not sure if this is by design or bug -
>
Hello All
I am observing some strange results with aggregateByKey API which is
implemented with combineByKey. Not sure if this is by design or bug -
I created this toy example but same problem can be observed on large
datasets as well -
*case class ABC(key: Int, c1: Int, c2: Int)*
*case class AB