col_types.add(COLUMN_TYPES[i]);
}
String partCol = replicated ? null : "smallint";
//clear the table
vtable.clearRowData();
AdvertisedDataSource source = new AdvertisedDataSource(partition, "foo", tableName,
partCol, 0, 32, col_names, col_types, Arrays.asList(COLUMN_LENGTHS),
AdvertisedDataSource.ExportFormat.FOURDOTFOUR);
return source;
}