Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- deconflict :: Schema -> Schema -> Either String ReadSchema
Documentation
deconflict :: Schema -> Schema -> Either String ReadSchema Source #
deconflict writer reader
will produce a schema that can decode
with the writer's schema into the form specified by the reader's schema.
Schema resolution rules are described by the specification: https://avro.apache.org/docs/current/spec.html#Schema+Resolution