我有一个avro模式:
"fields" : [ {
"name" : "errortime",
"type": [ "null", {
"type": "long",
"logicalType": "timestamp-millis"
}]
创建字段为joda datetime errortime的java类。
当我尝试序列化为avro格式时,我遇到下一个错误:
Caused by: org.apache.avro.AvroRuntimeException: Unknown datum type org.joda.time.DateTime: 2018-05-02T12:32:27.563Z
如何避免这个问题?
暂无答案!
目前还没有任何答案,快来回答吧!