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 incorrectly trying to use label to find source table #157

Merged

Conversation

Dtenwolde
Copy link
Contributor

Fixes #154

In the case where the label doesn't equal the table name, the graph algorithms would incorrectly throw an error that the source table was incorrect. This PR fixes the issue by first finding the associated PropertyGraphTable with the label, and then using the table name of this to check the source table reference in the edge table.

@Dtenwolde Dtenwolde merged commit 7ab0d69 into main Oct 30, 2024
70 checks passed
@Dtenwolde Dtenwolde deleted the issue/154-incorrectly-throwing-error-when-using-label branch October 30, 2024 22:39
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.

Incorrectly throwing error when using label
1 participant