You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 possiblyEq
) forRecordBatch
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.
The text was updated successfully, but these errors were encountered: