Davis Zhang created HUDI-7774:
---------------------------------
Summary: MercifulJsonConvertor should support Avro logical type
Key: HUDI-7774
URL: https://issues.apache.org/jira/browse/HUDI-7774
Project: Apache Hudi
Issue Type: Improvement
Reporter: Davis Zhang
MercifulJsonConverter should be able to convert raw json string entries to Avro
GenericRecord whose format is compliant with the required avro schema.
The list of conversion we should support with input:
* UUID: String
* Decimal: Number, Number with String representation
* Date: Either Number / String Number or human readable timestamp in
DateTimeFormatter.ISO_LOCAL_DATE format
* Time (milli/micro sec): Number / String Number or human readable timestamp
in
DateTimeFormatter.ISO_LOCAL_TIME format
* Timestamp (milli/micro second): Number / String Number or human readable
timestamp in DateTimeFormatter.ISO_INSTANT format
* Local Timestamp (milli/micro second): Number / String Number or human
readable timestamp in DateTimeFormatter.ISO_LOCAL_DATE_TIME format
--
This message was sent by Atlassian Jira
(v8.20.10#820010)