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

Implement composite key candidate #78

Conversation

chridac95
Copy link
Contributor

@chridac95 chridac95 commented Oct 19, 2023

The function isCompositeKeyCandidate is created to validate whether a set of columns in a Delta table is a candidate to be a composite key.

Issue: #39

@brayanjuls
Copy link
Collaborator

Nice work! I was trying to be picky but to be fair I have nothing to say about your code, it's neat. I would only ask you to add documentation to the Readme, take a look at this one as an example https://github.com/MrPowers/jodie/blob/main/README.md#remove-duplicates

@chridac95
Copy link
Contributor Author

Nice work! I was trying to be picky but to be fair I have nothing to say about your code, it's neat. I would only ask you to add documentation to the Readme, take a look at this one as an example https://github.com/MrPowers/jodie/blob/main/README.md#remove-duplicates

@brayanjuls I've updated the Readme, could you please take a look at this PR when you have a chance, thank you

@brayanjuls brayanjuls merged commit b6bff43 into mrpowers-io:main Nov 14, 2023
8 checks passed
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.

2 participants