Github user jingyimei commented on a diff in the pull request:
https://github.com/apache/madlib/pull/195#discussion_r151063100
--- Diff: src/ports/postgres/modules/graph/graph_utils.py_in ---
@@ -109,6 +110,85 @@ def validate_graph_coding(vertex_table, vertex_id,
edge_table, edge_params,
return None
+def validate_params_for_centrality_measures(schema_madlib, func_name,
--- End diff --
+1---
