//
// Make sure we include the replicated tables
//
for (String table_name : proc_hints.force_replication) {
DesignerVertex vertex = agraph.getVertex(info.catalogContext.database.getTables().get(table_name));
ptree.addVertex(vertex);
vertex.setAttribute(ptree, PartitionTree.VertexAttributes.METHOD.name(), PartitionMethodType.REPLICATION);
} // FOR
try {
for (DesignerVertex root : candidate_roots) {
buildPartitionTree(ptree, root, agraph, proc_hints);