huaxingao commented on code in PR #15843:
URL: https://github.com/apache/iceberg/pull/15843#discussion_r3198897572


##########
spark/v3.4/build.gradle:
##########
@@ -49,6 +49,14 @@ 
project(":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}") {
     }
   }
 
+  configurations {
+    parquetTestArtifactsRuntime {
+      canBeConsumed = false
+      canBeResolved = true
+      transitive = false
+    }
+  }
+

Review Comment:
   Could we move `ParquetWritingTestUtils` from `parquet/src/test/java/` to 
`parquet/src/testFixtures/java/`? That would let us drop the 
`parquetTestArtifactsRuntime` workaround in all 4 Spark builds, since the 
existing `testFixtures(project(':iceberg-parquet'))` dependency would already 
provide it.



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