alexeykudinkin commented on a change in pull request #4789:
URL: https://github.com/apache/hudi/pull/4789#discussion_r813319386
##########
File path: hudi-spark-datasource/hudi-spark2/pom.xml
##########
@@ -199,6 +199,15 @@
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_${scala.binary.version}</artifactId>
<version>${spark2.version}</version>
+ <scope>provided</scope>
Review comment:
After closer examination, this `provided` scoping is redundant since all
of this packages are marked as "provided" in the root pom
--
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]