pitrou opened a new issue, #49803: URL: https://github.com/apache/arrow/issues/49803
### Describe the bug, including details regarding any error messages, version, and platform. The IPC file fuzzer can remove batches from the IPC file footer, which should be ok, except that the fuzz target then fails when comparing with the results of reading the IPC stream, since the batches still exist physically in the IPC stream. We should just ignore those cases instead of having them crashing and reported as issues. ### Component(s) C++, Continuous Integration -- 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]
