This is an automated email from the ASF dual-hosted git repository.
okislal pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/madlib.git.
from 4a97693 Graph: Fix ambiguous column name in various functions
new acb9e50 Graph: Fix column type concat bug
new a4b3e9d Graph: Fix output table schema parsing bug
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/ports/postgres/modules/graph/apsp.py_in | 18 +++---
src/ports/postgres/modules/graph/apsp.sql_in | 16 +++---
src/ports/postgres/modules/graph/graph_utils.py_in | 24 ++++++++
src/ports/postgres/modules/graph/hits.py_in | 11 ++--
src/ports/postgres/modules/graph/pagerank.py_in | 6 +-
src/ports/postgres/modules/graph/sssp.py_in | 16 ++++--
src/ports/postgres/modules/graph/sssp.sql_in | 16 +++---
src/ports/postgres/modules/graph/test/apsp.sql_in | 10 ++++
src/ports/postgres/modules/graph/test/bfs.sql_in | 9 +++
src/ports/postgres/modules/graph/test/hits.sql_in | 9 +++
.../postgres/modules/graph/test/measures.sql_in | 66 ++++++++++++++++------
.../postgres/modules/graph/test/pagerank.sql_in | 9 +++
src/ports/postgres/modules/graph/test/sssp.sql_in | 11 ++++
src/ports/postgres/modules/graph/test/wcc.sql_in | 9 +++
src/ports/postgres/modules/graph/wcc.py_in | 4 +-
15 files changed, 173 insertions(+), 61 deletions(-)