bjchambers opened a new issue #735: URL: https://github.com/apache/arrow-rs/issues/735
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** This would simplify testing. Right now, if I have two record batches that I want to test for equality I need to either look at their individual columns, or convert the batch to a `StructArray`. **Describe the solution you'd like** It seems like we should be able to implement `PartialEq` (and possibly `Eq`) for `RecordBatch` to perform equality on the schema and columns. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. -- 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]
