alamb commented on issue #4801: URL: https://github.com/apache/arrow-rs/issues/4801#issuecomment-1712098209
`concat_batches` already does take an explicit schema: https://docs.rs/arrow/latest/arrow/compute/fn.concat_batches.html ```rust pub fn concat_batches<'a>( schema: &Arc<Schema, Global>, input_batches: impl IntoIterator<Item = &'a RecordBatch> ) -> Result<RecordBatch, ArrowError> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
