kevingurney opened a new issue, #38214: URL: https://github.com/apache/arrow/issues/38214
### Describe the enhancement requested Currently, the properties and methods of `arrow.tabular.RecordBatch` and `arrow.tabular.Table` are very similar. To simplify implementation of these classes, reduce code duplication, and ensure design consistency, it might be helpful to factor out the common tabular functionality into an `arrow.tabular.Tabular` interface that both classes implement. ### Component(s) MATLAB -- 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]
