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): Convert Label Condition to Type Constraint #3441

Merged
merged 10 commits into from
Dec 21, 2023

Conversation

shirly121
Copy link
Collaborator

@shirly121 shirly121 commented Dec 19, 2023

What do these changes do?

as titled.

Related issue number

Fixes #3378

@shirly121 shirly121 changed the title [GIE Compiler] fuse label condition fix(interactive): Convert Label Condition to Type Constraint Dec 19, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b876bf7) 40.90% compared to head (c071a3e) 40.90%.
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3441   +/-   ##
=======================================
  Coverage   40.90%   40.90%           
=======================================
  Files         109      109           
  Lines       11343    11343           
=======================================
  Hits         4640     4640           
  Misses       6703     6703           

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 1cb5149...c071a3e. Read the comment docs.

public void push_filter_5_test() {
RelNode node =
com.alibaba.graphscope.cypher.antlr4.Utils.eval(
"Match (a)-[b]-(c:person) Where labels(a)='person' and a.name ="
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里缺少一个type(a) = 'xx',以及判断边类型的case.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add end-to-end tests in c8a94cd

@longbinlai longbinlai merged commit 1b9d100 into alibaba:main Dec 21, 2023
29 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.

feat(Interacitve): Support LabelKey in filtering
4 participants