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

Terminate before results assembly if edge update causes broken chain #185

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

tokebe
Copy link
Member

@tokebe tokebe commented Mar 22, 2024

Addresses biothings/biothings_explorer#796

When a QEdge is updated it can cause other QEdges to update such that they keep no edges (due to a lack of overlapping nodes). This was previously checked for, but apparently not handled, as execution would continue to results assembly, where errors would occur.

This PR causes BTE to correctly terminate query execution (with an appropriate log) in these cases.

@tokebe tokebe merged commit 003f04d into main Mar 22, 2024
0 of 2 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.

1 participant