Commit 5d9b74cd authored by Chris Egerton's avatar Chris Egerton
Browse files

Add in accidentally-left-out call to SchemaBuilder.build() in unit test

parent 52ff3154
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -282,7 +282,7 @@ public class DataConverterTest {
  ) {
    Schema origSchema = SchemaBuilder.struct().name("struct").field(
        "optionalField", optionalFieldSchema.optional().build()
    );
    ).build();
    Schema preProcessedSchema = converter.preProcessSchema(origSchema);

    Object preProcessedValue = converter.preProcessValue(