naamamaoz opened a new pull request, #15488: URL: https://github.com/apache/iceberg/pull/15488
The JMH benchmark workflows have been broken since the default Spark version moved past 3.5. This PR fixes three issues: - Pass `-DsparkVersions=3.5` so the Spark 3.5 project is included in the build - Wire `extraJvmArgs` from build.gradle into jmh.gradle to pass `--add-opens` flags needed on JDK 17+ - Use unique artifact names per matrix job and merge them, fixing `upload-artifact@v4+` conflicts - Reduce JMH default heap from 32g to 8g, which stopped runner kills for memory-intensive benchmarks AI was used to help identify the root causes. All changes were verified by running the benchmarks end-to-end. -- 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]
