wayneguow commented on code in PR #49980:
URL: https://github.com/apache/spark/pull/49980#discussion_r1957662081
##########
.github/workflows/benchmark.yml:
##########
@@ -68,7 +68,7 @@ jobs:
tpcds-1g-gen:
name: "Generate an input dataset for TPCDSQueryBenchmark with SF=1"
if: contains(inputs.class, 'TPCDSQueryBenchmark') ||
contains(inputs.class, '*')
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
Review Comment:
In order to avoid uncertain compatibility in the future, I am using 24.04
here instead of latest.
--
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]