@Test
public final void testPartitionFile() throws IOException {
Schema schema = new Schema();
schema.addColumn("key", TajoDataTypes.Type.TEXT);
schema.addColumn("age", TajoDataTypes.Type.INT4);
schema.addColumn("name", TajoDataTypes.Type.TEXT);
TableMeta meta = CatalogUtil.newTableMeta(schema, CatalogProtos.StoreType.CSV);
Path path = StorageUtil.concatPath(testDir, "testPartitionFile", "table.csv");