Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rowenc: de-flake TestEncodeContainingArrayInvertedIndexSpans
`TestEncodeContainingArrayInvertedIndexSpans` was failing sporadically because of randomized test cases that were incorrectly determining the expected value for the `unique` return value from `EncodeContainingInvertedIndexSpans`. The test was using the `reflect.DeepEqual` function to check for `Datum` equality, which does not return true in all cases where `Datum.Compare` returns `0`. Fixes #57237 Release note: None
- Loading branch information