-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
When using a decimal.handling.mode of precise for DECIMAL columns and the Avro converter, the field's schema in the registry will always be 64, ignoring the precision of the source column. This should be avoided by setting the "precision" schema parameter, which is used by AvroData for setting the precision of the resulting Avro schema (see upstream source code).