From https://github.com/google/oss-fuzz/pull/11707 with the branch
renamed
---------
Co-authored-by: Jonathan Metzman <metzman@chromium.org>
Co-authored-by: MarcoFalke <6399679+MarcoFalke@users.noreply.github.com>
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