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

Adds logic to check to see if two columns have conflicting rename lists, and if data has conflicting column names #174

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lisad
Copy link
Owner

@lisad lisad commented Oct 25, 2024

Adds logic to check to see if two columns declarations have conflicting rename lists.
During rename, check to see if two columns in the data are the same except for case.
Moves part of this to Phase init to catch error early.
Adds two tests and unskips one.

Fixes #17

…ts. Moves part of this to Phase __init__ to catch error early. Adds two tests and unskips one.
@lisad lisad requested review from YuliaS and jeffkole October 25, 2024 02:05
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.

Prevent column renames from collisions with a check in Phase over all its columns
1 participant