lidavidm commented on issue #39792: URL: https://github.com/apache/arrow/issues/39792#issuecomment-1912050507
> Schema#toByteArray method in Java to the C++ side, but I didn't find a way to build an arrow::schema object from the byte array in arrow::Schema This method will not work. Use MessageSerializer. https://github.com/apache/arrow/blob/667e9170ef363e9b4a067be3be245d2dcd4b7a6f/cpp/src/arrow/ipc/reader.h#L514-L525 -- 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]
