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
Describe the enhancement requested
Currently our Parquet fuzzing seed corpus consists entirely of testing data files, see here:
arrow/cpp/build-support/fuzzing/generate_corpuses.sh
Lines 57 to 58 in ab432b1
We should also add files from the
bad_datadirectory in the testing repository.Component(s)
C++, Continuous Integration, Parquet