HI, On Mon, Sep 18, 2023 at 11:21 AM Christophe Le Saëc <chles...@gmail.com> wrote:
> 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) ? > I am OK with this approach ! Do you think it would be a good idea to mark this new logical type as experimental in the specification ? > > Regards, > Christophe. >