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_r383554487
 
 

 ##########
 File path: src/ports/postgres/modules/graph/test/apsp.sql_in
 ##########
 @@ -97,3 +97,14 @@ SELECT assert(weight = 2, 'Wrong output in graph (APSP)')
 SELECT assert(parent = 2, 'Wrong output in graph (APSP)')
        FROM out_gr WHERE src = 0 AND "DEST" = 5 AND grp = 1;
 
+DROP TABLE IF EXISTS out, out_summary;
 
 Review comment:
   Can you add a brief description of the purpose of this test so that it's 
easier to navigate through the test file ? same goes for all other tests

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

Reply via email to