// Check the input is the same as DataType
checkType(field, updateItem.getValue());
byte[] value = convert(field, updateItem.getValue());
String familyName = metaEventOperation.getColumnFamily(fTableName,
columnName);
action.addEntityColumn(fTableName, familyName, columnName,
field.getType(), value);
}
if (context.isGenWholePlan()) {
Condition entityGroupKeyCondition = ParserUtils.getCondition(table
.getEntityGroupKey().getName(), conditions);