Hello, This JIRA ticket <https://issues.apache.org/jira/browse/AVRO-3779> would introduce a new Big-Decimal logical type where precision and scale are not given in the type definition, all is embedded in the value (this new logical type does not replace current one). This is useful when you need bigdecimal without knowing anything about the values when defining the avro type.
For the moment, there is only one PR for Java and one for Rust. So, can we introduce this new feature knowing there is no implementation for other module (at least for the moment) ? Regards, Christophe.