Our seed corpus generation will be enhanced to also produce Parquet compressed files.
It needs compression to be enabled in the Arrow build configuration.
The Parquet C++ reader is part of the Arrow project but needs to be enabled
explicitly. This is required so that we can add a fuzz target for Parquet files.
* Submit Apache Arrow for inclusion
Arrow is both an efficient in-memory format for tabular data,
an IPC format with zero-copy capabilities, and a set of interoperable
language implementations (~10 languages currently: C++, Python, Java,
Rust, Go...).
This submission is for fuzzing the Arrow C++ IPC reader.
If accepted, we plan to add other fuzz targets, for example for
reading Parquet files.
* Add license header to project.yaml