You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…esting (#43708)
### Rationale for this change
Introducing more bad_data for testing
### What changes are included in this PR?
* Upgrade parquet-testing
* Introduce more bad_data
* Update fuzz generation
### Are these changes tested?
They're tests :-)
### Are there any user-facing changes?
no
* GitHub Issue: #43703
Authored-by: mwish <maplewish117@gmail.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
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_data
directory in the testing repository.Component(s)
C++, Continuous Integration, Parquet
The text was updated successfully, but these errors were encountered: