pan3793 commented on a change in pull request #994:
URL: https://github.com/apache/incubator-kyuubi/pull/994#discussion_r699551313



##########
File path: pom.xml
##########
@@ -1064,6 +1065,32 @@
                 <version>${iceberg.version}</version>
             </dependency>
 
+            <!-- Hudi dependency
+            TODO: replace this 4 dependency with hudi-spark3-bundle_2.12 -->
+            <dependency>
+                <groupId>org.apache.hudi</groupId>
+                <artifactId>hudi-spark3_${scala.binary.version}</artifactId>

Review comment:
       IMO, this package is broken, the `hudi-spark3_2.12` depends on 
`hudi-spark-common_2.11`, which will cause the Scala library conflict, you can 
check at
   https://mvnrepository.com/artifact/org.apache.hudi/hudi-spark3_2.12/0.9.0

##########
File path: pom.xml
##########
@@ -1064,6 +1065,32 @@
                 <version>${iceberg.version}</version>
             </dependency>
 
+            <!-- Hudi dependency
+            TODO: replace this 4 dependency with hudi-spark3-bundle_2.12 -->
+            <dependency>
+                <groupId>org.apache.hudi</groupId>
+                <artifactId>hudi-spark3_${scala.binary.version}</artifactId>

Review comment:
       cc @yanghua 




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