pitrou opened a new issue, #48335: URL: https://github.com/apache/arrow/issues/48335
### Describe the enhancement requested Currently, if given an encrypted file (whether valid or invalid), the Parquet fuzz target will bail out almost immediately since it does not have any decryption key configured. We should improve the fuzzing setup so that we are able to successfully decrypt valid Parquet files, and fail gracefully on invalid files, which will let the fuzzer explore the Parquet encryption code. ### 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]
