bvaradar commented on code in PR #14344:
URL: https://github.com/apache/hudi/pull/14344#discussion_r2593500717


##########
hudi-sync/hudi-datahub-sync/src/main/java/org/apache/hudi/sync/datahub/DataHubSyncClient.java:
##########
@@ -51,7 +52,6 @@
 import datahub.event.MetadataChangeProposalWrapper;
 import io.datahubproject.schematron.converters.avro.AvroSchemaConverter;
 import org.apache.avro.Schema;

Review Comment:
   Guess this dependency will be resolved in subsequent PR



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

Review Comment:
   Curious : How did this work earlier. See Avro imports in DatahuSyncClient. 
Is it because Avro dependency was transitively satisfied earlier and this 
change makes it explicit ? 



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