schabch opened a new issue, #15824: URL: https://github.com/apache/iceberg/issues/15824
### Apache Iceberg version 1.10.1 (latest release) ### Query engine Spark ### Please describe the bug 🐞 The sources- and Javadoc-Jar of iceberg-spark-runtime-4.0_2.13 published to Maven Central are empty: https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-spark-runtime-4.0_2.13/1.10.1/iceberg-spark-runtime-4.0_2.13-1.10.1-sources.jar https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-spark-runtime-4.0_2.13/1.10.1/iceberg-spark-runtime-4.0_2.13-1.10.1-javadoc.jar I can reproduce this in a local workspace with 'grade assemble' or 'gradle build'. Mainly, the empty sources-Jar is confusing when you're debugging into Iceberg code in an IDE that is configured to download sources. (It took me a while to find out that it's not a missing sources-Jar but an empty one.) ### Willingness to contribute - [ ] I can contribute a fix for this bug independently - [x] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [ ] I cannot contribute a fix for this bug at this time -- 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]
