KalleOlaviNiemitalo commented on PR #2282:
URL: https://github.com/apache/avro/pull/2282#issuecomment-1750450447

   For C#, the Apache.Avro library already defines an AvroDecimal type with a 
`public AvroDecimal(BigInteger unscaledValue, int scale)` constructor, so it 
doesn't need a new data type.  AFAICT, the library does not support generating 
an Avro schema from C# types and thus would not need to recognize an attribute 
for controlling whether an property with type AvroDecimal maps to the 
fixed-scale "decimal" logical type or to a variable-scale decimal.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to