Describe the enhancement requested
Currently our Parquet fuzzing seed corpus consists entirely of testing data files, see here:
|
# Add Parquet testing examples |
|
cp ${ARROW_CPP}/submodules/parquet-testing/data/*.parquet ${CORPUS_DIR} |
We should also add files from the bad_data directory in the testing repository.
Component(s)
C++, Continuous Integration, Parquet