pitrou commented on issue #37069: URL: https://github.com/apache/arrow/issues/37069#issuecomment-1680926651
The C++ side seems ok here. [`flatbuf::Message::bodyLength`](https://github.com/apache/arrow/blob/d330d1b36c87ea43bfd16e1bc43a4ff9876abb4b/cpp/src/generated/Message_generated.h#L478) returns an int64 and `CheckMetadataAndGetBodyLength` stores it in an int64 before comparing to 0. There is no truncation. So it seems it's probably an issue on the C# side? -- 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]
