CurtHagenlocher commented on issue #40655: URL: https://github.com/apache/arrow/issues/40655#issuecomment-2005682500
The original code snippet you posted in this thread is using ArrowFileReader while the second code snippet is using ArrowStreamWriter. The error message you got is consistent with this difference. If the data was created with ArrowStreamWriter, it should be read with ArrowStreamReader. If you're having trouble making some code work, it would be helpful to supply an entire chunk of compiler-ready code which demonstrates the problem -- perhaps as a Gist that's linked to from this issue. The individual bits of code both here and in the other issue are incomplete and not sufficient to understand what might be going wrong. -- 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]
