FasterXML / jackson-dataformats-binary

Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile
Apache License 2.0
310 stars 133 forks source link

[Avro] Generate logicalType switch #293

Closed MichalFoksa closed 3 years ago

MichalFoksa commented 3 years ago

Switch to enable / disable generation of Avro logical types. Logical types generation is disabled by default - I this it more sensitive that way.

BTW: This PR is build upon #292. It is better to start with that one first.

Closes #290.

MichalFoksa commented 3 years ago

@cowtowncoder Generate logicalType switch is ready for review.

cowtowncoder commented 3 years ago

Merged.

MichalFoksa commented 3 years ago

@cowtowncoder

Thank you!