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

[master < T187-MAGE] All Shortest Paths Algorithm #409

Merged
merged 34 commits into from Sep 6, 2022

Conversation

jmatak
Copy link
Contributor

@jmatak jmatak commented Jun 15, 2022

Implementation of all shortest paths. Things to consider: how to apply filtering of nodes when traversing paths, and how to include weighted paths along the way.

[master < Epic] PR

  • Check, and update documentation if necessary
  • Update changelog
  • Write E2E tests
  • Compare the benchmarking results between the master branch and the Epic branch

[master < Task] PR

  • Check, and update documentation if necessary
  • Update changelog

Docs PR

@jmatak jmatak self-assigned this Jun 15, 2022
licenses/BSL.txt Outdated Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
src/query/plan/operator.cpp Outdated Show resolved Hide resolved
Copy link
Contributor Author

@jmatak jmatak left a comment

Choose a reason for hiding this comment

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

There are some things to comment out in the code itself. Otherwise, tests are written and the full feature is implemented. Moving PR to Ready for Review and starting documentation work.

src/query/frontend/ast/cypher_main_visitor.cpp Outdated Show resolved Hide resolved
src/query/frontend/ast/cypher_main_visitor.cpp Outdated Show resolved Hide resolved
src/query/plan/operator.cpp Outdated Show resolved Hide resolved
src/query/frontend/ast/cypher_main_visitor.cpp Outdated Show resolved Hide resolved
src/query/plan/operator.cpp Show resolved Hide resolved
src/query/plan/operator.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@antaljanosbenjamin antaljanosbenjamin left a comment

Choose a reason for hiding this comment

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

LGTM

@antaljanosbenjamin antaljanosbenjamin merged commit 9e8fb25 into master Sep 6, 2022
@antaljanosbenjamin antaljanosbenjamin deleted the T187-MAGE_all-shortest-paths branch September 6, 2022 14:21
@brunos252 brunos252 added the v2.4 label Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants