Skip to content
Snippets Groups Projects
Commit 22226fcc authored by NarineK's avatar NarineK Committed by Davies Liu
Browse files

[SPARK-15110] [SPARKR] Implement repartitionByColumn for SparkR DataFrames

## What changes were proposed in this pull request?

Implement repartitionByColumn on DataFrame.
This will allow us to run R functions on each partition identified by column groups with dapply() method.

## How was this patch tested?

Unit tests

Author: NarineK <narine.kokhlikyan@us.ibm.com>

Closes #12887 from NarineK/repartitionByColumns.
parent ac12b35d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment