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

Run clippy and fix error lints #13

Closed iduartgomez closed 4 years ago

iduartgomez commented 4 years ago

I downloaded the source and trying to build with clippy there are quite a few lint warning but specially some lint errors like: clone double reference, drop on copy types, etc.

If there is no special reason why clippy is not being run I would advice to run it and clean up the code (specially the error lints). I am up to do a PR cleaning it up if you wish.