You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "bvaradar (via GitHub)" <gi...@apache.org> on 2023/03/12 00:40:20 UTC

[GitHub] [hudi] bvaradar commented on a diff in pull request #7129: [MINOR] Support column type evolution for Hive

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

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