Describe the enhancement requested
Analogous to #1035 but for DictionaryBatch.
The Arrow IPC format supports Message level custom_metadata, see https://arrow.apache.org/docs/format/Columnar.html#custom-application-metadata and https://github.com/apache/arrow/blob/main/format/Message.fbs#L154
The DictionaryBatch in this implementation currently has no support for this field.