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

Fix non working examples #84

Open iduartgomez opened 4 years ago

iduartgomez commented 4 years ago

There are a couple of examples that won't work because the necessary data is not available:

We should either provide a small sample with the tests or change the tests with some fake data so those examples can be executed.

rajasekarv commented 4 years ago

I will add the sample data today for both txt and parquet formats

AmbitionXiang commented 3 years ago

Hi, I didn't find the data you added. I wonder where it is. Thank you.