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

bug fix and clean up of temp_column_name #308

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Conversation

fdosani
Copy link
Member

@fdosani fdosani commented May 31, 2024

There seems to have been a hidden bug within temp_column_name. It scans for an existing column name pattern and will increment by 1 if it already exists. In some cases it would skip and increment by more than 1.

This should fix that issue and we can reuse temp_column_name across all the Compare types.

Also some general linting and cleanup.

@fdosani fdosani added the bug Something isn't working label May 31, 2024
@fdosani fdosani merged commit 1fd8ac1 into develop Jun 3, 2024
30 checks passed
@fdosani fdosani deleted the temp_column_name-fix branch June 3, 2024 16:51
@fdosani fdosani mentioned this pull request Jun 20, 2024
rhaffar pushed a commit to rhaffar/datacompy that referenced this pull request Sep 11, 2024
rhaffar pushed a commit to rhaffar/datacompy that referenced this pull request Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants