Skip to content

CASSANDRA-21602 Fix bug with NormalizedRanges.Intersects - #5059

Open
alanwang67 wants to merge 1 commit into
apache:trunkfrom
alanwang67:normalizedRanges
Open

CASSANDRA-21602 Fix bug with NormalizedRanges.Intersects#5059
alanwang67 wants to merge 1 commit into
apache:trunkfrom
alanwang67:normalizedRanges

Conversation

@alanwang67

Copy link
Copy Markdown
Contributor

NormalizedRanges.Intersects incorrectly handles min token key. For cases where a range does not intersect a min token key, it returns true. The test case assertFalse(normalizedRanges(ImmutableList.of(r(100, 500))).intersects(min)); fails.

patch by Alan Wang;

reviewed by for CASSANDRA-21602

Co-authored-by: Name1
Co-authored-by: Name2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant