You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by ok...@apache.org on 2020/08/05 18:31:12 UTC

[madlib] branch master updated (8adcf41 -> 4daecd6)

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 8adcf41  Build: Fix Jenkins dockerfile and script
     add 4daecd6  Graph: Fix handling of bigint columns

No new revisions were added by this update.

Summary of changes:
 src/ports/postgres/modules/graph/apsp.sql_in       | 10 ++++-----
 src/ports/postgres/modules/graph/bfs.py_in         |  8 +++----
 src/ports/postgres/modules/graph/bfs.sql_in        | 16 +++++++-------
 src/ports/postgres/modules/graph/hits.py_in        |  2 +-
 src/ports/postgres/modules/graph/hits.sql_in       |  6 +++---
 src/ports/postgres/modules/graph/measures.py_in    |  2 +-
 src/ports/postgres/modules/graph/measures.sql_in   |  6 +++---
 src/ports/postgres/modules/graph/pagerank.py_in    | 25 +++++++++++++++-------
 src/ports/postgres/modules/graph/pagerank.sql_in   | 10 ++++-----
 src/ports/postgres/modules/graph/sssp.py_in        |  4 ++--
 src/ports/postgres/modules/graph/sssp.sql_in       | 10 ++++-----
 src/ports/postgres/modules/graph/test/apsp.sql_in  |  8 +++----
 src/ports/postgres/modules/graph/test/bfs.sql_in   |  7 +++---
 src/ports/postgres/modules/graph/test/hits.sql_in  |  5 +++--
 .../postgres/modules/graph/test/measures.sql_in    |  6 ++++--
 .../postgres/modules/graph/test/pagerank.sql_in    |  5 +++--
 src/ports/postgres/modules/graph/test/sssp.sql_in  |  9 ++++----
 src/ports/postgres/modules/graph/test/wcc.sql_in   |  7 +++---
 src/ports/postgres/modules/graph/wcc.py_in         | 12 +++++------
 src/ports/postgres/modules/graph/wcc.sql_in        |  8 +++----
 20 files changed, 90 insertions(+), 76 deletions(-)