async fn forward_record_batches(
stream: SendableRecordBatchStream,
batch_tx: UnboundedSender<Result<RecordBatch>>,
) -> Result<()>async fn forward_record_batches(
stream: SendableRecordBatchStream,
batch_tx: UnboundedSender<Result<RecordBatch>>,
) -> Result<()>