Package org.apache.avro
Class Resolver.ErrorAction
java.lang.Object
org.apache.avro.Resolver.Action
org.apache.avro.Resolver.ErrorAction
- Enclosing class:
Resolver
In this case there is an error. We put error Actions into trees because Avro
reports these errors in a lazy fashion: if a particular input doesn't
"tickle" the error (typically because it's in a branch of a union that isn't
found in the data being read), then it's safe to ignore it.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.avro.Resolver.Action
Resolver.Action.Type
-
Field Summary
Fields inherited from class org.apache.avro.Resolver.Action
conversion, logicalType, reader, type, writer
-
Constructor Summary
ConstructorDescriptionErrorAction
(Schema w, Schema r, GenericData d, Resolver.ErrorAction.ErrorType e) -
Method Summary