fn prepare_schema_for_flight(
    schema: &Schema,
    dictionary_tracker: &mut DictionaryTracker,
    send_dictionaries: bool,
) -> SchemaExpand description
Prepare an arrow Schema for transport over the Arrow Flight protocol
Convert dictionary types to underlying types
See hydrate_dictionary for more information