aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/arrow/build.sh
Commit message (Collapse)AuthorAge
* [Arrow] Enable building Brotli support (#4478)Gravatar Antoine Pitrou2020-09-24
| | | | Our seed corpus generation will be enhanced to also produce Parquet compressed files. It needs compression to be enabled in the Arrow build configuration.
* [arrow] Enable Parquet build (#3374)Gravatar Antoine Pitrou2020-02-12
| | | | 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.
* [arrow] Submit Apache Arrow for inclusion (#3233)Gravatar Antoine Pitrou2020-01-15
* 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