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

[BUG] Unexpected results when dealing with HEAD in the new compilation stack #3731

Closed
BingqingLyu opened this issue Apr 22, 2024 · 0 comments
Assignees

Comments

@BingqingLyu
Copy link
Collaborator

Describe the bug

Run the following gremlin query on the new compilation stack, and it outputs errors:

gremlin> g.V().match(__.as("a").out().as("b")).count()
{alias=_} not found; expected aliases are: [a, b]
shirly121 added a commit that referenced this issue May 6, 2024
…R Layer (#3751)

<!--
Thanks for your contribution! please review
https://github.com/alibaba/GraphScope/blob/main/CONTRIBUTING.md before
opening an issue.
-->

## What do these changes do?
as titled.

<!-- Please give a short brief about these changes. -->

## Related issue number
#3731 

<!-- Are there any issues opened that will be resolved by merging this
change? -->

Fixes
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

No branches or pull requests

2 participants