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

Fix Table.isDuplicate - check all matching rows before returning #1265

Closed
wants to merge 4 commits into from

Conversation

ccleva
Copy link
Contributor

@ccleva ccleva commented Jan 2, 2025

Thanks for contributing.

Description

Table.isDuplicate now checks all matching rows before returning. Fixes #1248.

Testing

Yes

@benmccann
Copy link
Collaborator

Thanks for this. I think this whole method actually needs to be rewritten. See #1267 which does that and fixes the issue in what I think is probably a simpler way

@ccleva ccleva deleted the fix_table_isDuplicate branch January 7, 2025 18:04
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.

Duplicate Rows May Remain After dropDuplicateRows Due to Early Return in isDuplicate
2 participants