-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR build for Linux Java 11 with Spark 3.4 is not running #389
Comments
Java 11 is excluded on purpose on pull request event as there are already too much combinations. Java8 and Java17 with Spark 3.4 on Linux are tested, which should be sufficient? They are all tested in a post-commit event though. |
Thanks @advancedxy Do you know the original reason why this specific combination was excluded by any chance? |
There's quota limit per repo for github runners(might not be a problem for apache project but for the forked ones) and we thought it would be sufficient to cover Java8(oldest) and Java17(quite the latest) with Spark 3.4 on Linux runners for pull requests. In that way, the runners required to run PR actions is reduced. The power consumption is reduced as well😁. Is there any specific need to run Java11, such as it's the java version used in your production? If so, I think we can replace java 17/8 with java11. |
Thanks. Looks like this is the history #122 |
Describe the bug
The github action PR build for Linux Java 11 with Spark 3.4 is not running
Steps to reproduce
Looks like the variable substitution is not working, i.e.
PR Build / ${{ matrix.os }}/java ${{ matrix.java_version }}-spark-${{ matrix.spark-version }}/${{
Expected behavior
We should run tests for Java 11
Additional context
No response
The text was updated successfully, but these errors were encountered: