alamb commented on issue #1091: URL: https://github.com/apache/arrow-rs/issues/1091#issuecomment-1001560885
👍 @jorgecarleitao In `arrow-rs` there is code to handle serializing the metadata to/from json, which is also slightly different for the two. I wonder if we implemented something similar to https://docs.rs/tonic/0.6.2/tonic/metadata/struct.MetadataMap.html ```rust struct MetadataMap { ... } ``` Which implements whatever semantics we needed -- 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]
