rahil-c commented on code in PR #5786:
URL: https://github.com/apache/hudi/pull/5786#discussion_r917453692


##########
hudi-spark-datasource/hudi-spark/pom.xml:
##########
@@ -202,6 +202,12 @@
       <groupId>org.apache.hudi</groupId>
       <artifactId>hudi-common</artifactId>
       <version>${project.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.hive</groupId>
+          <artifactId>hive-storage-api</artifactId>
+        </exclusion>
+      </exclusions>

Review Comment:
   It seems these changes was made by @xushiyan, not sure why this exclusion 
was done if the dep is defined later on a test dependency, tagging him here to 
see if he can provide context. original spark 3.2 default profile pr 
https://github.com/apache/hudi/pull/4752/files#diff-ae837be21071b3bf9746dcd837e6c93442d88d135464ed7ef871aec2e79e9c8dR205
   
   For now i can try removing and testing again to see if this causes issues. 



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