jorisvandenbossche commented on issue #33823:
URL: https://github.com/apache/arrow/issues/33823#issuecomment-1401750543

   Similarly, reading a File with a Streaming reader also gives a 
non-informative error message:
   
   ```python
   with pa.ipc.new_file("test.arrow", batch.schema) as writer:
       writer.write(batch)
   
   pa.ipc.open_stream("test.arrow")
   # ... ArrowInvalid: Expected to read 1330795073 metadata bytes, but only 
read 486
   ```


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