Avro schemas are defined using JSON. Schemes consist of primitive types (null, boolean, int, long, float, double, bytes and string) and complex types (record, enumeration, array, map, union and fixed). I want to ask which one is suitable for BigDecimal.
source
share