I have a Java class with few Params defined as BigInteger( number can be 20 digits). I need to map it to avro schema and serialized the class, however avro doesn’t support BigInteger.
How do we represent the BigInteger in avro then? Shall I just use it as String in avro?