Github user NarineK commented on the pull request:
https://github.com/apache/spark/pull/12836#issuecomment-216731954
@shivaram , this is the implementation proposal from @sun-rui that I've
been following:
https://docs.google.com/presentation/d/1oj17N5JaE8JDjT2as_DUI6LKutLcEHNZB29HsRGL_dM/edit#slide=id.p9
I did try to implement one version with groupBy and agg, but that is
implemented very differently compare to implementation proposal. @sun-rui 's
proposal is close to groupByKey and flatMap path. That's what I've been
following ...
wrt to repartitioning, I understand that repartitioning(df, cols) creates
as many partitions as unique groups exist - each partition corresponds to each
group and we can run a function on each of them. That's how I understood so
far....
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]