Commits


Matthew McMahon authored and GitHub committed 2a766be2c41
AVRO-2837: DecimalConversion handling of scale and precision (#884) * AVRO-2837: DecimalConversion handling of scale and precision Improve the handling to check precision and not error if scale of value is less * AVRO-2837: DecimalConversion handling of scale and precision Scale needs to be set correctly for serialization in order to deserialize as expected. Added additional tests and extended error messages