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

feat: shortestOptionalPath() with configurable Edge types and directions to find shortest paths by srcId and dstId #303

Merged
merged 4 commits into from
Jun 10, 2024

Conversation

n3A87
Copy link
Contributor

@n3A87 n3A87 commented Jun 2, 2024

1、NebulaDaoBasic 的接口拓展shortestOptionalPath()函数,完成查找指定起始点和目的点之间最短路径的功能,允许用户自定义边的类型(Edge type)和方向(direction)
3、增加了对shortestOptionalPath()函数的测试部分代码

Copy link
Collaborator

@CorvusYe CorvusYe left a comment

Choose a reason for hiding this comment

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

@n3A87
很高兴看到你新的PR!
可能有一些小问题需要做一些修改,
完成后可以通过运行 ngbatis-demo 下的单元测试来确认功能的稳健程度。

cc: @knqiufan

@knqiufan knqiufan requested a review from CorvusYe June 10, 2024 11:44
Copy link
Collaborator

@CorvusYe CorvusYe left a comment

Choose a reason for hiding this comment

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

LGTM

@knqiufan knqiufan merged commit 5bd87a2 into nebula-contrib:master Jun 10, 2024
1 check 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.

3 participants