| commit | 34c9bce0146e0ebacfb10334ee7aef13fc8cc94f | [log] [tgz] |
|---|---|---|
| author | Andy Grove <andygrove73@gmail.com> | Fri Apr 07 09:20:26 2023 -0600 |
| committer | GitHub <noreply@github.com> | Fri Apr 07 09:20:26 2023 -0600 |
| tree | d4accb4fdc3316f3c08d89586784154777b1dea6 | |
| parent | cb8a170ee40ac8ca7fb20f33fca7398c47c0cf3d [diff] |
Prepare for 22.0.0 release (#5916) * bump version to 22 * update CHANGELOG * update changelog * split changelog into separate files, one per release * prettier
DataFusion is a very fast, extensible query engine for building high-quality data-centric systems in Rust, using the Apache Arrow in-memory format.
DataFusion offers SQL and Dataframe APIs, excellent performance, built-in support for CSV, Parquet, JSON, and Avro, extensive customization, and a great community.
See the Project Website at https://arrow.apache.org/datafusion/ for more details.
Please see the example usage in the user guide and the datafusion-examples crate for more information on how to use DataFusion.