rajasekarv / vega

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

Implement take and first #18

Closed iduartgomez closed 4 years ago

iduartgomez commented 4 years ago

Don't merge yet as still have to add tests, just doing the PR for visibility.

P.S: We may want to add some rustfmt config and force fmt on save to avoid problems with formatting on commits that add noise.

iduartgomez commented 4 years ago

Added tests so is good to merge.