Added acceptance tests for stats functionallity

This commit is contained in:
Mario de Frutos
2017-05-09 14:36:35 +02:00
parent 759d28f12f
commit b25540720c
3 changed files with 481 additions and 0 deletions

View File

@@ -649,3 +649,5 @@ CREATE OR REPLACE FUNCTION cdb_crankshaft.CDB_KMeans(query text, no_clusters int
END;
$$ LANGUAGE plpgsql;
GRANT ALL ON FUNCTION cdb_crankshaft.CDB_KMeans(text, integer, integer) TO :TESTUSER;
ANALYZE;