kaknikhil commented on a change in pull request #477: Graph: Fix ambiguous
column name in various functions
URL: https://github.com/apache/madlib/pull/477#discussion_r383561318
##########
File path: src/ports/postgres/modules/graph/test/wcc.sql_in
##########
@@ -158,3 +158,17 @@ SELECT assert(relative_error(num_components, 3) < 0.00001,
'Weakly Connected Components: Incorrect largest component value.'
) FROM count_table WHERE user_id=1;
+
+DROP TABLE IF EXISTS out, out_summary;
Review comment:
We should also add the same tests for `graph_vertex_degrees.`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services