Aggarwal-Raghav opened a new issue, #7909: URL: https://github.com/apache/iceberg/issues/7909
### Apache Iceberg version 1.3.0 (latest release) ### Query engine None ### Please describe the bug 🐞 While building iceberg with the build fails while building spark module: `:iceberg-spark:iceberg-spark-runtime-3.2_2.12:compileIntegrationJava > Resolve dependencies of :iceberg-spark:iceberg-spark-runtime-3.2_2.12:integrationCompileClasspath > RoaringBitmap-0.9.0.module` Gradle command used: **_./gradlew build -x test -x integrationTest -DhiveVersions=3 -DsparkVersions=3.2 -DscalaVersion=2.12_** In spark module it is trying to download RoaringBitmap-0.9.0.module which is not present in open source maven repository. This issue won't occur for spark v3.4 because in pom.xml of spark v3.4.0 the RoaringBitMap version is [0.9.38](https://github.com/apache/spark/blob/87a5442f7ed96b11051d8a9333476d080054e5a0/pom.xml#L839C34-L839C34) and the corresponding 0.9.38.module is present in artifactory. -- 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]
