AbsaOSS / AbsaOSS/spark-partition-sizing
Add skew suppression in `DataFramePartitioner`
Abierto
enhancement
- Lenguaje dominante
- Scala
- Estrellas
- 9
- Forks
- 2
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## 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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.