alibaba / GraphScope

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
https://graphscope.io
Apache License 2.0
3.17k stars 424 forks source link

[BUG] Bug may occur in PathConcat #3961

Open BingqingLyu opened 1 week ago

BingqingLyu commented 1 week ago

Describe the bug A clear and concise description of what the bug is.

As we supported direction in path concat in #3920, a bug may occur if the ResultOpt in path is specified as EndV. This is because, in this case, only the end point of the path will be preserved, and if we concat the path by the start point, it will fail. Fix it.