ZuoFengZhang commented on code in PR #6790: URL: https://github.com/apache/inlong/pull/6790#discussion_r1044353693
########## inlong-manager/manager-service/pom.xml: ########## @@ -557,5 +557,13 @@ <artifactId>flink-core</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.hudi</groupId> + <artifactId>hudi-flink1.13-bundle</artifactId> + </dependency> + <dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-table-common</artifactId> + </dependency> Review Comment: flink-table-common is used to parse the schema of the hive table, has been rewritten, and removed the reference -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org