Github user iyerr3 commented on a diff in the pull request:

    https://github.com/apache/incubator-madlib/pull/154#discussion_r129797098
  
    --- Diff: src/ports/postgres/modules/graph/apsp.py_in ---
    @@ -163,15 +167,16 @@ def graph_apsp(schema_madlib, vertex_table, 
vertex_id, edge_table,
             # We keep a summary table to keep track of the parameters used for 
this
             # APSP run. This table is used in the path finding function to 
eliminate
             # the need for repetition.
    -        plpy.execute(""" CREATE TABLE {out_table}_summary  (
    +        summary_table = add_postfix(out_table,"_summary")
    --- End diff --
    
    space after comma (in multiple places)


---
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.
---

Reply via email to