Serializing and deserializing a single RecordBatch via IPC

2025-03-04 Thread Jack Wimberley via user
Hello all, I am attempting to serialize and then deserialize individual RecordBatch objects, using the C++ library. However, I’m getting an “Invalid” result on the deserialization end. On the serialization end, with the help of some methods THROW_NOT_OK that throw on non-OK Status and Result (

Re: Serializing and deserializing a single RecordBatch via IPC

2025-03-04 Thread Aldrin
Hi Jack! I attempted the code you provided and it seemed to work for me. I put my code in a gist [1] for you to compare against your own. I don't use `THROW_NOT_OK` simply because I figured it wouldn't be necessary to try that as well (I assume that's either your own macro or something you can