boolean throwException =
!ifExists && !HiveConf.getBoolVar(conf, ConfVars.DROPIGNORESNONEXISTENT);
addTableDropPartsOutputs(tblName, partSpecs, throwException,
stringPartitionColumns, ignoreProtection);
}
DropTableDesc dropTblDesc =
new DropTableDesc(tblName, partSpecs, expectView, stringPartitionColumns, ignoreProtection);
rootTasks.add(TaskFactory.get(new DDLWork(getInputs(), getOutputs(),
dropTblDesc), conf));
}