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: Columns not visible when using a VLE. (#609) #610

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

emotionbug
Copy link
Contributor

No description provided.

@yjy44
Copy link
Collaborator

yjy44 commented Mar 8, 2023

Please explain briefly about the continuation of the pathout and the VLE.

@emotionbug
Copy link
Contributor Author

There are two issues found in the issue in #609.

First thing, because the target of a Joinlist is not visible, some statement can't perform the logic of how to join with it.

addNSItemToJoinlist(pstate, nsitem, true);

this resolves the errors, but ruins the results of the join with the unnamed VLE.

Second thing, problem is that in statements like the one in this problem, AgensGraph is forced to treat joins as paths.
however, except for types like ShortestPath, if the name of the path does not exist, it is not treated as a path.
this leads to a deviation from the expected behavior and results in an invalid join.

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.

None yet

2 participants