GitHub user rashmi815 opened a pull request: https://github.com/apache/incubator-madlib/pull/141
Graph: Add Breadth-first Search algorithm with grouping support JIRA: MADLIB-1102 Graph: Add Breadth-first Search algorithm with grouping support. This algorithm searches or traverses connected nodes in a graph in breadth-first order starting at a user-specified origin node. Documentation and install-check to follow in subsequent commits You can merge this pull request into a Git repository by running: $ git pull https://github.com/rashmi815/incubator-madlib feature/bfs_v02 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-madlib/pull/141.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #141 ---- commit 5069dd95d25d1f62190913b13a207e86d62cef13 Author: Rashmi Raghu <rra...@pivotal.io> Date: 2017-06-15T20:25:31Z JIRA: MADLIB-1102 Add Breadth-first Search algorithm with grouping support. This algorithm searches or traverses connected nodes in a graph in breadth-first order starting at a user-specified origin node. Documentation and install-check to follow in subsequent commits ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---