Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.8.1
-
None
-
None
Description
In order to support Decimal fields, the following line needs to be added:
new GenericData().addLogicalTypeConversion(new Conversions.DecimalConversion());
It would be more convenient if logical type conversions were added by default.