cda-group / arcon

State-first Streaming Applications in Rust
https://cda-group.github.io/arcon/
Apache License 2.0
175 stars 17 forks source link

Move to arrow2 #307

Open Max-Meldrum opened 2 years ago

Max-Meldrum commented 2 years ago

Motivation:

  1. Improved compile times (at least by 2x compared to arrow-rs).
  2. Faster Parquet impl
  3. Projects are migrating to arrow2 (including Datafusion and Polars)
arxra commented 2 years ago

On it!