pan3793 commented on code in PR #5754:
URL: https://github.com/apache/iceberg/pull/5754#discussion_r970381019
##########
spark/v3.3/build.gradle:
##########
@@ -193,8 +193,12 @@
project(":iceberg-spark:iceberg-spark-runtime-${sparkMajorVersion}_${scalaVersio
dependencies {
api project(':iceberg-api')
- implementation
project(":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}")
- implementation
project(":iceberg-spark:iceberg-spark-extensions-${sparkMajorVersion}_${scalaVersion}")
+
implementation(project(":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}"))
{
+ exclude group: 'org.scala-lang', module: 'scala-library'
Review Comment:
My previous comment may be unclear, my suggestion is to add the following
part after line 190
```
exclude group: 'org.scala-lang'
exclude group: 'org.scala-lang.modules'
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]