rahil-c commented on code in PR #5786:
URL: https://github.com/apache/hudi/pull/5786#discussion_r917465182
##########
hudi-utilities/pom.xml:
##########
@@ -233,6 +242,17 @@
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-hive_${scala.binary.version}</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
Review Comment:
This change seems to be made by @xushiyan
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
Otherwise for now will try to remove this change since not sure if this
effects anything.
--
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]