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


##########
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:
   I didn't see why the second why can work, both of the classes are from Hudi 
repo, why the `hive-exec` is a requisite then?



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