codope commented on code in PR #6729:
URL: https://github.com/apache/hudi/pull/6729#discussion_r976260696
##########
packaging/hudi-hive-sync-bundle/pom.xml:
##########
@@ -251,5 +252,13 @@
<scope>compile</scope>
</dependency>
+ <!-- Avro -->
Review Comment:
This was actually removed to avoid conflicting classes as mentioned in
HUDI-4549. I think it's best to not include avro and avoid conflicts. Hudi
should try to work with user-provided version of third-party dependencies like
avro, parquet. Let's try to figure out why we aren't able to catch it in
integration tests.
--
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]