}
private HCatSchema getProjectionSchema() throws HCatException {
HCatSchema schema = new HCatSchema(new ArrayList<HCatFieldSchema>());
schema.append(new HCatFieldSchema("key", HCatFieldSchema.Type.STRING,
""));
schema.append(new HCatFieldSchema("testqualifier1",
HCatFieldSchema.Type.STRING, ""));
return schema;
}