AbsaOSS / AbsaOSS/spark-partition-sizing
Add skew suppression in `DataFramePartitioner`
Ouverte
enhancement
- Langage dominant
- Scala
- Étoiles
- 9
- Forks
- 2
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
## Background
The partitions can be within the required limits provided to `DataFramePartitioner` repatriating methods. But they can still be very non-uniform in size.
## Feature
Add the possibility to suppress such size skews when the repartitions are requested.
## Proposed Solution
Solution Ideas:
1. Seems _standard variation_ would be a good measure for that.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.