tachyonwill commented on pull request #12274:
URL: https://github.com/apache/arrow/pull/12274#issuecomment-1023515070


   > @tachyonwill Very nice! Which fuzzer is this, by the way?
   
   It's more or less the same stack that powers OSS-Fuzz but run internally. 
One difference is that we are not going through the arrow table 
interface(parquet::arrow::internal::FuzzReader) but we have our own wrapper 
around ParquetFileReader/TypedColumnReader::ReadBatch. We are also 
investigating on whether we can apply other fuzzing techniques, like structured 
fuzzing, but that is still in the early stages.


-- 
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]


Reply via email to