datacontract / datacontract-cli

CLI to manage your datacontract.yaml files
https://cli.datacontract.com
Other
479 stars 94 forks source link

Add support for decimal logical type to Avro export #468

Closed jsamson1 closed 1 month ago

jsamson1 commented 1 month ago

When converting a decimal field to avro, it will now set the logical type to "decimal" and also set the scale and precision if applicable

simonharrer commented 1 month ago

Love it. Clear PR. :-)