erratic-pattern commented on issue #5731: URL: https://github.com/apache/arrow-rs/issues/5731#issuecomment-2105740179
> > as it seems other implementations are also using the Any wrapper and Go is currently the odd one out. > > What other implementations are using the Any wrapper? Is it java? C++ Also, as I mentioned in my [comment](https://github.com/apache/arrow/issues/41556#issuecomment-2105297871), it seems to be an established convention to `Any` wrap messages that are encoded into `PutResult.app_metadata`. This is what the `arrow-rs ` implementation currently does. If other implementations are not currently doing this, then it suggests a deeper problem with language implementations having divergent behavior. I think we need to wait and see what others say about this. -- 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]
