apache / arrow-rs

Official Rust implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
2.62k stars 802 forks source link

Reimplement `PartialEq` of `GenericByteViewArray` compares by logical value #6689

Closed tlm365 closed 2 weeks ago

tlm365 commented 2 weeks ago

Which issue does this PR close?

Closes #6679.

Rationale for this change

Implement PartialEq for GenericByteViewArray that compares two arrays on logical value rather than physical representation.

What changes are included in this PR?

Are there any user-facing changes?

jayzhan211 commented 2 weeks ago

👍