thexiay commented on code in PR #4210:
URL: https://github.com/apache/incubator-inlong/pull/4210#discussion_r873439246
##########
pom.xml:
##########
@@ -203,8 +203,9 @@
<curator.version>2.12.0</curator.version>
- <avro.version>1.11.0</avro.version>
+ <avro.version>1.10.1</avro.version>
Review Comment:
@healchow
in org.apache.iceberg.avro.Avro`, here it's the code.

`org.apache.avro.LogicalTypes#register` implement different in 1.10.1 and
1.11.0.
In 1.11.0,it will get Type Name,looks like this


but int 1.10.1,it will not call getTypeName, it looks like:

We can't solve this problem unless we modify iceberg code. Implement
`getTypeName ` method
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]