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 joins for RedundancyGroup model #1069

Closed
wants to merge 1 commit into from

Conversation

sukhwinder33445
Copy link
Contributor

No description provided.

@sukhwinder33445 sukhwinder33445 self-assigned this Oct 2, 2024
@cla-bot cla-bot bot added the cla/signed CLA is signed by all contributors of a PR label Oct 2, 2024
@sukhwinder33445 sukhwinder33445 changed the base branch from main to root-problem-list October 2, 2024 09:49
@raviks789 raviks789 force-pushed the root-problem-list branch 5 times, most recently from 4ae3f47 to 9506986 Compare October 8, 2024 14:33
@sukhwinder33445 sukhwinder33445 force-pushed the dependencies-summary branch 7 times, most recently from a327201 to 70e3aab Compare October 9, 2024 07:49
@sukhwinder33445 sukhwinder33445 changed the title Introduce DependencyNodeSummary model Fix joins for RedundancyGroup model Oct 11, 2024
RedundancyGroup -> DependencyEdge
DependencyEdge -> DependencyNode

The DependecyNodeSummary requires left joins to summarise all available rows,
while the redundancy group joins DependencyEdge and DependencyNode as inner joins, which leads to false positives.
@sukhwinder33445 sukhwinder33445 changed the base branch from root-problem-list to dependencies October 11, 2024 08:31
@sukhwinder33445 sukhwinder33445 changed the base branch from dependencies to root-problem-list October 11, 2024 08:38
@sukhwinder33445 sukhwinder33445 deleted the dependencies-summary branch October 11, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla/signed CLA is signed by all contributors of a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant