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 404e623  DL: Use pg_temp instead of public schema for dev-check
     new eabaea9  Graph: Filter out infinite paths
     new 5e05f25  Graph: Update tests to use pg_temp

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        |  5 +++-
 src/ports/postgres/modules/graph/bfs.py_in         |  8 ++++++
 src/ports/postgres/modules/graph/bfs.sql_in        | 14 ++++-----
 src/ports/postgres/modules/graph/measures.py_in    |  8 +-----
 src/ports/postgres/modules/graph/measures.sql_in   | 13 +++++----
 src/ports/postgres/modules/graph/sssp.py_in        |  4 +++
 src/ports/postgres/modules/graph/test/apsp.sql_in  | 17 +++++++++--
 src/ports/postgres/modules/graph/test/bfs.sql_in   | 13 +++++++--
 src/ports/postgres/modules/graph/test/hits.sql_in  |  4 +--
 .../postgres/modules/graph/test/measures.sql_in    | 33 +++++++++-------------
 .../postgres/modules/graph/test/pagerank.sql_in    |  4 +--
 src/ports/postgres/modules/graph/test/sssp.sql_in  | 17 +++++++++--
 src/ports/postgres/modules/graph/test/wcc.sql_in   |  4 +--
 .../postgres/modules/utilities/validate_args.py_in | 18 +++++++++---
 14 files changed, 105 insertions(+), 57 deletions(-)

Reply via email to