maltzsama opened a new issue, #184:
URL: https://github.com/apache/arrow-swift/issues/184

   ### Describe the enhancement requested
   
   ### Context
   
   Follow-up from #177 / #176, suggested by @willtemperley during review: 
`validateFileData` and other malformed-input handling in `ArrowReader` should 
be tested against real fuzz regression data, not only hand-written edge cases.
   
   ### Proposal
   
   Add fuzz regression files as test fixtures and assert that 
`ArrowReader.fromFile` / `readStreaming` never crash on them — regardless of 
whether they succeed or return `.failure(ArrowError)`.
   
   ### Open question
   
   Where the fuzz corpus itself should come from is a separate decision (own 
files here, or an external source) and I'd rather get input on that before 
proposing a specific mechanism. Happy to do the work once that's settled.
   
   cc @kou @willtemperley


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