} catch (SchemaChangeException e) {
throw new ExecutionSetupException(e);
}
} else {
try {
this.writer = new VectorContainerWriter(output);
this.jsonReaderWithState = new JsonReaderWithState(
fragmentContext.getManagedBuffer(), columns, enableAllTextMode);
} catch (IOException e) {
throw new ExecutionSetupException(
"Failure in Mongo JsonReader initialization.", e);