Commits

Antoine Pitrou authored b9fbc21bfe1
PARQUET-1770: [C++][CI] Add fuzz target for reading Parquet files This fuzz target goes through the Parquet Arrow file reader. Closes #6405 from pitrou/ARROW-6273-parquet-fuzz and squashes the following commits: d71778a0d <Antoine Pitrou> Restore dynamic_cast 5a0fae38c <Antoine Pitrou> Improve data generation with more varied columns 2c08e4875 <Antoine Pitrou> PARQUET-1770: Add fuzz target for reading Parquet files Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>