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(interactive): Support Start Tag for Graph Operators in Compiler #3376

Merged
merged 3 commits into from
Nov 28, 2023

Conversation

shirly121
Copy link
Collaborator

What do these changes do?

In the query 'g.V().as('a')...select('a').out()', the 'out()' operator must begin from the 'a' tag. The pull request (PR) modifies the compiler's graph operator structure to fulfill this requirement.

Related issue number

Fixes

@shirly121 shirly121 marked this pull request as ready for review November 27, 2023 08:01
@shirly121 shirly121 changed the title fix(interactive): Support Start Tag in Graph Operators in Compiler fix(interactive): Support Start Tag for Graph Operators in Compiler Nov 27, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #3376 (385a950) into main (c237328) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3376   +/-   ##
=======================================
  Coverage   41.04%   41.04%           
=======================================
  Files         109      109           
  Lines       11298    11298           
=======================================
  Hits         4637     4637           
  Misses       6661     6661           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c237328...385a950. Read the comment docs.

@longbinlai longbinlai merged commit 608f814 into alibaba:main Nov 28, 2023
31 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.

3 participants