HiveTableSchema schema = HiveTableSchemas.lookup(hiveServer.getClient(),
null, hiveTableDesc);
writeData(outputDesc, schema);
HiveInputDescription inputDesc = new HiveInputDescription();
inputDesc.setPartitionFilter("ds='foobar'");
inputDesc.setTableDesc(hiveTableDesc);
verifyData(inputDesc);
}