geyanggang opened a new issue, #10576:
URL: https://github.com/apache/gravitino/issues/10576
### What would you like to be improved?
The catalog-lakehouse-paimon module pulls in avro-1.7.7 transitively via
hadoop-common:2.10.2. This old Avro version is not used by the Paimon catalog
at runtime and should be excluded to keep the dependency tree clean.
### How should we improve?
Add exclude("org.apache.avro") to the hadoop2.common dependency declaration
in
build.gradle.kts
, consistent with the existing exclusion already applied to the
hive2.metastore dependency in the same file.
--
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]