bkietz opened a new issue, #43833:
URL: https://github.com/apache/arrow/issues/43833

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   [IPC files should contain a valid IPC stream with 
EOS](https://arrow.apache.org/docs/format/Columnar.html#ipc-file-format). Some 
arrow producers don't guarantee that the EOS is written. However there might be 
readers depending on simply reading the embedded IPC stream (and depending on 
the EOS to avoid reading the Footer as a corrupted message) so we should 
validate stream reading from IPC files as well as file reading.
   
   ### Component(s)
   
   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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to