mapleFU opened a new issue, #34073: URL: https://github.com/apache/arrow/issues/34073
### Describe the enhancement requested Currently, Parquet uses LLVM libFuzz and corpus to run fuzzing. Corpus will generate a multi-column file, and copy all valid test-data to the fuzz directory. However, libFuzz mutate value by byte, though libFuzz uses coverage-based fuzzing, it's hard to generate valid input, like different read and write options, different kinds of encoding. Instead, it's likely to generate some bad-data (lol...) ### Component(s) C++, Parquet -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
