the-other-tim-brown commented on code in PR #14344:
URL: https://github.com/apache/hudi/pull/14344#discussion_r2593570651


##########
hudi-sync/hudi-datahub-sync/pom.xml:
##########
@@ -39,6 +39,11 @@
   </properties>
 
   <dependencies>
+    <dependency>

Review Comment:
   The code now depends on a util that requires we load the avro version from 
the package. The issue is that datahub will package all the avro classes in its 
jar without shading them, causing this check to fail. So, adding the avro 
dependency so our version is used is required to make this package inspection 
work.



-- 
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]

Reply via email to