-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6.0
-
Component/s: Extensions
-
Labels:None
Currently, AvroTypeUtil::convertToAvroObject assumes that the logical types have already been converted into their internal representation. While this may sometimes be the case, it would be useful to allow String->Logical type conversion. The feature can be added by using the appropriate DataTypeUtils::to<Logical Type> method rather than blindly attempting to use the underlying type. The DataTypeUtils already performs the integral type parsing, so the existing functionality remains intact.
- links to