maropu commented on a change in pull request #30050:
URL: https://github.com/apache/spark/pull/30050#discussion_r505395804
##########
File path: .github/workflows/build_and_test.yml
##########
@@ -17,7 +17,7 @@ jobs:
# Build: build Spark and run the tests for specified modules.
build:
name: "Build modules: ${{ matrix.modules }} ${{ matrix.comment }} (JDK ${{
matrix.java }}, ${{ matrix.hadoop }}, ${{ matrix.hive }})"
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
Review comment:
IMO `latest` was a bit ambiguous, so the new one (`ubuntu-20.04`) can
make it easier to understand in which environment we run tests. Thanks,
@dongjoon-hyun !
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]