ajantha-bhat commented on code in PR #5754:
URL: https://github.com/apache/iceberg/pull/5754#discussion_r970299451


##########
spark/v3.2/build.gradle:
##########
@@ -58,7 +58,9 @@ 
project(":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}") {
     implementation project(':iceberg-orc')
     implementation project(':iceberg-parquet')
     implementation project(':iceberg-arrow')
-    
implementation("org.scala-lang.modules:scala-collection-compat_${scalaVersion}")
+    
implementation("org.scala-lang.modules:scala-collection-compat_${scalaVersion}")
 {

Review Comment:
   I too thought of it. But 
spark/v3.2/spark-extensions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/ExtendedDistributionAndOrderingUtils.scala
 needs it at runtime to support scala 2.13 (from PR#4009). So, I have just 
excluded scala-library files.



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

Reply via email to