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 Fix] fix some bugs found in cypher e2e test #2579

Merged
merged 6 commits into from
Mar 31, 2023

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    febdf3d View commit details
    Browse the repository at this point in the history
  2. [Update]: update the logic about handling user given label table and …

    …schema inferred label table
    
    1. if user given label table is empty, use the schema inferred label table, and vice versa
    
    2. if the two tables are both not empty, use the intersection of the two tables
    MeloYang05 authored and BingqingLyu committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    06305bd View commit details
    Browse the repository at this point in the history
  3. [Update]: move the unsupported error for PathExpand ranging from 0 to…

    … the case when it is in Intersection
    BingqingLyu committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    b018680 View commit details
    Browse the repository at this point in the history
  4. [IR Runtime] remove checking opt when GetV from Path, and treat all c…

    …ases as to get the end vertex
    BingqingLyu committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    bfb0a16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89a6163 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46d3dc7 View commit details
    Browse the repository at this point in the history