Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(interactive): refactor the implementation of
PathExpand
(#…
…3159) <!-- 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. --> As titled. Reimplement `PathExpand` by union results of multi-hops, instead of using the `iterate_emit_until()`. In this case, the example query in #3158 won't get stuck. ## Related issue number <!-- Are there any issues opened that will be resolved by merging this change? --> #3158 Co-authored-by: Longbin Lai <[email protected]>
- Loading branch information