kevinjqliu opened a new pull request, #15800: URL: https://github.com/apache/iceberg/pull/15800
Spark subproject names now include a Scala version suffix (e.g., `iceberg-spark-3.5_2.12`), which broke JMH benchmark workflows: > Cannot locate tasks that match ':iceberg-spark:iceberg-spark-3.5:jmh' as project 'iceberg-spark-3.5' not found https://github.com/apache/iceberg/actions/runs/23668607620/job/68956942458 **Changes:** - Update `spark_version` from `iceberg-spark-3.5` to `iceberg-spark-3.5_2.12` in both workflows - Fix `show-matrix` in `jmh-benchmarks.yml` to read `spark_version` from `github.event.inputs` instead of non-existent job output - Remove invalid `repository`/`ref` checkout params in `recurring-jmh-benchmarks.yml` (schedule trigger has no inputs) - Add `workflow_dispatch` trigger to `recurring-jmh-benchmarks.yml` for manual runs -- 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]
