You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bug Fix] fix some bugs found in cypher e2e test (#2579)
<!--
Thanks for your contribution! please review
https://github.com/alibaba/GraphScope/blob/main/CONTRIBUTING.md before
opening an issue.
-->
## What do these changes do?
<!-- Please give a short brief about these changes. -->
Several bugs fixed, including:
* In schema
1. modern graph schema with a wrong label id;
* In IrCore
1. in pattern matching, when generating source opr, assign the proper
table info.
2. when processing PathExpand in pattern, throw the unsupported error
for PathExpand ranging from 0, only when it is in the Intersection
* In runtime
1. do not throw error when GetV Opt is not `EndV` for path anymore, as
this can be either `StartV` or `EndV` for now, according to the
direction of EdgeExpand in PathExpand's ExpandBase.
## Related issue number
<!-- Are there any issues opened that will be resolved by merging this
change? -->
Fixes
---------
Co-authored-by: MeloYang <[email protected]>
0 commit comments