thisisnic commented on issue #47000: URL: https://github.com/apache/arrow/issues/47000#issuecomment-3056344687
A workaround is to call `arrow_table()` on the RecordBatch object before calling `concat_tables()` but we should also update the code to check the object types passed in as `...` to `concat_tables()` function, and if any are RecordBatches then convert them to tables with `arrow_table()`. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org