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 dfd #72

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

torbeneims
Copy link

This fixes DFD (#71) in fdiscovery.columns.ColumnCollection::unionCount(ColumnCollection other) by using or (was and) to compute the union.

torbeneims and others added 10 commits May 15, 2023 14:18
int vs Integer
Including removing else after return, removing empty else and removing empty lines
…evious refactoring of unionCount() (semantic error)

- numberOfColumns is now int (was long)
- unionCount() used and to calculate the cardinality, this calculates the cardinality of the intersection => changed to or
…fd (was de.metanome.algorithms.dfd.dfdMetanome), renaming
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