Parse an Arrow schema from IPC format bytes
The schema bytes format from Flight:
Uses MessageReader to parse schema-only IPC messages, which is the correct approach for FlightInfo.schema bytes (as opposed to RecordBatchReader which expects a full IPC stream with record batches).
Parse an Arrow schema from IPC format bytes
The schema bytes format from Flight:
Uses MessageReader to parse schema-only IPC messages, which is the correct approach for FlightInfo.schema bytes (as opposed to RecordBatchReader which expects a full IPC stream with record batches).