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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The format guarantees that each IPC file [embeds a valid IPC 
stream](https://github.com/apache/arrow/blob/bde6ac57ad943f5938506359de1b13fb85b4f8ea/docs/source/format/Columnar.rst)
 in order to allow readers to ignore the Footer, skip the file's leading magic, 
and reuse a stream reader.
   
   https://github.com/apache/arrow/pull/43834 adds validation of the embedded 
IPC stream and files written by Go fail. When writing IPC files Go seems to 
omit the stream's EOS so that a stream-only reader will [attempt to read the 
Footer as a 
Message](https://github.com/apache/arrow/actions/runs/10565413633/job/29269867382?pr=43834#step:9:27158).
   
   ### Component(s)
   
   Go, 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