else
outInfo = getTableDescFromSerDe((ASTNode)(((ASTNode)trfm.getChild(outputSerDeChildNum))).getChild(0), columns.toString(), defaultOutputColList);
Operator output = putOpInsertMap(OperatorFactory
.getAndMakeChild(
new scriptDesc(
getFixedCmd(stripQuotes(trfm.getChild(execPos).getText())),
outInfo, inInfo),
new RowSchema(out_rwsch.getColumnInfos()), input), out_rwsch);
return output;