danny0405 commented on code in PR #3599:
URL: https://github.com/apache/hudi/pull/3599#discussion_r880016621


##########
packaging/hudi-flink-bundle/pom.xml:
##########
@@ -430,6 +430,12 @@
       <version>${flink.version}</version>
       <scope>compile</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.flink</groupId>
+      <artifactId>flink-avro</artifactId>
+      <version>${flink.version}</version>
+      <scope>compile</scope>
+    </dependency>

Review Comment:
   But you should not depend on flink-avro i guess, there are already many 
model clazzes in hudi-flink code paths.



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