pitrou commented on code in PR #48975: URL: https://github.com/apache/arrow/pull/48975#discussion_r2816502173
########## cpp/src/arrow/ipc/message.cc: ########## @@ -421,6 +421,57 @@ Result<std::unique_ptr<Message>> ReadMessage(int64_t offset, int32_t metadata_le } } +Result<std::unique_ptr<Message>> ReadMessage(const int64_t offset, Review Comment: Excellent, thank you. -- 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]
