jbonofre commented on code in PR #15515:
URL: https://github.com/apache/iceberg/pull/15515#discussion_r2887197476


##########
build.gradle:
##########
@@ -622,9 +621,23 @@ project(':iceberg-delta-lake') {
   test {
     useJUnitPlatform()
   }
-  configurations {
-    integrationImplementation.extendsFrom testImplementation
-    integrationRuntime.extendsFrom testRuntimeOnly
+
+  // The newest version of delta-core uses Spark 3.5.*. The integration test 
should only be built
+  // if iceberg-spark-3.5 is available
+  if (sparkVersions.contains("3.5")) {
+    sourceSets {

Review Comment:
   Because gradle 9 is sensitive to the processing order and configuration 
sequence. 



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