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


##########
hudi-spark-datasource/hudi-spark-common/pom.xml:
##########
@@ -228,6 +228,19 @@
       <scope>test</scope>
     </dependency>
 
+    <!-- Hive -->
+    <dependency>
+      <groupId>${hive.groupid}</groupId>
+      <artifactId>hive-exec</artifactId>
+      <classifier>${hive.exec.classifier}</classifier>
+      <exclusions>
+        <exclusion>

Review Comment:
   Not sure we should depend on Hive in `hudi-spark-datasource`, 
`hudi-hadoop-mr` should be the dependency if we want to use the hive 
inputformat?



-- 
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...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to