String val = stripQuotes(partspec_val.getChild(1).getText());
partSpec.put(partspec_val.getChild(0).getText(), val);
}
partSpecs.add(partSpec);
}
dropTableDesc dropTblDesc = new dropTableDesc(tblName, partSpecs);
rootTasks.add(TaskFactory.get(new DDLWork(dropTblDesc), conf));
}