pshampanier commented on issue #6700: URL: https://github.com/apache/arrow-rs/issues/6700#issuecomment-2466068243
Not lost, just omitted at serialization: https://github.com/apache/arrow-rs/blob/0e9abcd69eedb4080f74e0631ca3cf065cf6553e/arrow-integration-test/src/field.rs#L266-L296 Line 292 should be: ```rust "children": children, "metadata": serde_json::to_value(field.metadata()).unwrap() ``` Just like in: https://github.com/apache/arrow-rs/blob/0e9abcd69eedb4080f74e0631ca3cf065cf6553e/arrow-integration-test/src/schema.rs#L24-L29 I tested it, and it's working fine. -- 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]
