public static class Resolver.Skip extends Resolver.Action
Resolver.RecordAdjust.fieldActions
, i.e., the actions
for adjusting the fields of a record. This action indicates that the writer's
schema has a field that the reader's does not have, and thus the
field should be skipped. Since there is no corresponding reader's schema for
the writer's in this case, the Resolver.Action.reader
field is null
for this subclass.Resolver.Action.Type
conversion, logicalType, reader, type, writer
Constructor and Description |
---|
Skip(Schema w,
GenericData d) |
public Skip(Schema w, GenericData d)
Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.