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

Rdd API - key_by() #105

Closed ugoa closed 4 years ago

ugoa commented 4 years ago

Implement https://github.com/rajasekarv/native_spark/issues/86

iduartgomez commented 4 years ago

Great work, thanks!

For future reference, it would be nice if we start adding the documentation (copying the ones from spark and slightly changing them for style suffices) for the different methods too, in the future when docs are published it will be helpful.

ugoa commented 4 years ago

@iduartgomez Sure no problem. I will add comments to the future APIs and the ones I've ported so far in the next few PRs.