this.dpStartCol++;
}
}
assert newFieldsOI.size() > 0 : "new Fields ObjectInspector is empty";
this.subSetOI = new SubStructObjectInspector(soi, 0, this.dpStartCol);
this.dpVals = new ArrayList<String>(numDynParts);
this.dpWritables = new ArrayList<Object>(numDynParts);
}
}