rajasekarv / vega

A new arguably faster implementation of Apache Spark from scratch in Rust
Apache License 2.0
2.23k stars 206 forks source link

Coalesce #48

Closed iduartgomez closed 4 years ago

iduartgomez commented 4 years ago

Still requires repartition (coalesce + shuffle) which needs some changes around map rdd most probably, otherwise coalesce should be mostly done.