Describe the bug, including details regarding any error messages, version, and platform.
When in the Parquet encoding fuzzer, an OOM error when trying to roundtrip the encoding payload leads to a hard error that is reported as an issue on OSS-Fuzz. This should be converted to a soft error, i.e. a potential log message but not a process abort.
Component(s)
C++, Parquet
Describe the bug, including details regarding any error messages, version, and platform.
When in the Parquet encoding fuzzer, an OOM error when trying to roundtrip the encoding payload leads to a hard error that is reported as an issue on OSS-Fuzz. This should be converted to a soft error, i.e. a potential log message but not a process abort.
Component(s)
C++, Parquet