orhankislal commented on code in PR #594:
URL: https://github.com/apache/madlib/pull/594#discussion_r1110251401
##########
src/ports/postgres/modules/graph/wcc.py_in:
##########
@@ -211,6 +221,18 @@ def wcc(schema_madlib, vertex_table, vertex_id,
edge_table, edge_args,
else:
edge_inverse = edge_table
+ if warm_start:
+ new_update_sql = """
Review Comment:
I'm not sure about that. Let's say it got deleted in one of the branches by
accident. The code might compile and just work incorrectly, I would rather get
a simple error that is easy to fix.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]