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


##########
hudi-sync/hudi-hive-sync/pom.xml:
##########
@@ -121,6 +121,17 @@
       <artifactId>hive-common</artifactId>
       <version>${hive.version}</version>
     </dependency>
+    <dependency>

Review Comment:
   Can you remove this dependency as the change is in hudi-hadoop-mr package 
and hive-exec is already defined as dependency in hudi-hadoop-mr /pom.xml



##########
hudi-spark-datasource/hudi-spark-common/pom.xml:
##########
@@ -222,6 +222,20 @@
       <scope>test</scope>
     </dependency>
 
+    <!-- Hive -->
+    <dependency>

Review Comment:
   This is still showing up. Can you remove this dependency as the change is in 
hudi-hadoop-mr package and hive-exec is already defined as dependency in 
hudi-hadoop-mr /pom.xml



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