Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test for equality on slices of a struct array #555

Closed
wants to merge 1 commit into from

Conversation

bjchambers
Copy link
Contributor

Which issue does this PR close?

Closes #514.

Rationale for this change

This was caused by a problem in struct slices and equality. It was fixed by a separate PR, but it seems beneficial to get an explicit test of the expected behavior in as well to prevent regression.

What changes are included in this PR?

A test that was previously failing for equality on slices of a struct array.

Are there any user-facing changes?

No.

@github-actions github-actions bot added the arrow Changes to the arrow crate label Jul 15, 2021
@bjchambers bjchambers changed the title failing test Add test for equality on slices of a struct array Jul 15, 2021
@alamb
Copy link
Contributor

alamb commented Dec 20, 2021

Marking PRs that are over a month old as stale -- please let us know if there is additional work planned or if we should close them.

@bjchambers bjchambers closed this Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate stale-pr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Struct equality on slices has false negatives
2 participants