Github user iyerr3 commented on a diff in the pull request:
https://github.com/apache/incubator-madlib/pull/155#discussion_r129800397
--- Diff: src/ports/postgres/modules/graph/wcc.py_in ---
@@ -322,10 +617,51 @@ def wcc_help(schema_madlib, message, **kwargs):
help_string = get_graph_usage(
schema_madlib,
'Weakly Connected Components',
- """out_table TEXT, -- Output table of weakly connected
components
- grouping_col TEXT -- Comma separated column names to group on
- -- (DEFAULT = NULL, no grouping)
- """)
+ """out_table TEXT, -- Output table of weakly connected
components
+ grouping_col TEXT -- Comma separated column names to group on
+ -- (DEFAULT = NULL, no grouping)
+ """) + """
+
+ Once the above function is used to obtain the out_table, it can be
used to
--- End diff --
Text below looks nice.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---