-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[C++][Parquet] Fuzz encrypted files #48335
Copy link
Copy link
Closed
Description
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
Reactions are currently unavailable