throw log.unableToDeserializeAvroStream( e );
}
classReferences = asListOfString( result, "classReferences" );
final List<GenericRecord> operations = asListOfGenericRecords( result, "operations" );
final ConversionContext conversionContext = new ContextualExceptionBridgeHelper();
for ( GenericRecord operation : operations ) {
String schema = operation.getSchema().getName();
if ( "OptimizeAll".equals( schema ) ) {
hydrator.addOptimizeAll();
}