pitrou opened a new pull request, #49804:
URL: https://github.com/apache/arrow/pull/49804

   ### Rationale for this change
   
   The IPC file fuzzer can remove batches from the IPC file footer while the 
batches do exist physically in the embedded IPC stream.
   
   This causes problem in differential fuzzing, because comparing the results 
of the IPC stream reader against the IPC file reader then fails.
   
   ### What changes are included in this PR?
   
   Skip differential fuzzing against the IPC stream reader if the number of 
batches read from the IPC file footer is not equal.
   
   ### Are these changes tested?
   
   Yes, by existing fuzz regression file.
   
   ### Are there any user-facing changes?
   
   No.
   


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