manuzhang opened a new pull request, #16365: URL: https://github.com/apache/iceberg/pull/16365
## Summary This draft PR verifies Apache Spark 4.1.2 with the Spark 4.1 Iceberg modules. Changes: - Bump the Spark 4.1 version catalog entry from 4.1.1 to 4.1.2. - Add the Apache Spark staging Maven repository at https://repository.apache.org/content/repositories/orgapachespark-1519/ so Gradle can resolve the staged 4.1.2 artifacts. ## Validation - `curl -I https://repository.apache.org/content/repositories/orgapachespark-1519/org/apache/spark/spark-sql_2.13/4.1.2/spark-sql_2.13-4.1.2.pom` returned HTTP 200. - `./gradlew -DsparkVersions=4.1 :iceberg-spark:iceberg-spark-4.1_2.13:compileTestJava :iceberg-spark:iceberg-spark-extensions-4.1_2.13:compileTestJava :iceberg-spark:iceberg-spark-runtime-4.1_2.13:compileIntegrationJava` - `./gradlew -DsparkVersions=4.1 :iceberg-spark:iceberg-spark-4.1_2.13:test --tests org.apache.iceberg.spark.source.TestSparkReaderDeletes` -- 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]
