Commits


Martin Grund authored and Neville Dipale committed 7c6a31c03fe
ARROW-7268: [Rust] Add `custom_metadata` field from IPC message to Schema. This patch propagates the `custom_metadata` field from the IPC message to the Schema type. It adds the necessary serailization and deserialization logic and tests. Closes #5907 from grundprinzip/schema_metadata and squashes the following commits: 822928430 <Martin Grund> ARROW-7268: Add `custom_metadata` field from IPC message to Schema. Authored-by: Martin Grund <magrund@amazon.com> Signed-off-by: Neville Dipale <nevilledips@gmail.com>