// Setup everything else (that's just how we roll up in this ma)
this.workload = new Workload(catalog);
this.info = new DesignerInfo(catalogContext, this.workload);
this.info.setPartitionerClass(RandomPartitioner.class);
this.hints = new DesignerHints();
this.designer = new Designer(this.info, this.hints, this.info.getArgs());
this.partitioner = (RandomPartitioner)this.designer.getPartitioner();
assertNotNull(this.partitioner);
this.partitioner.setLimitedColumns(false);