zhengruifeng commented on code in PR #43381:
URL: https://github.com/apache/spark/pull/43381#discussion_r1360065756
##########
.github/workflows/build_and_test.yml:
##########
@@ -407,6 +407,8 @@ jobs:
key: pyspark-coursier-${{ hashFiles('**/pom.xml', '**/plugins.sbt') }}
restore-keys: |
pyspark-coursier-
+ - name: Free up disk space
Review Comment:
shall we add a condition?
```
if [ -f ./dev/free_disk_space_container ]; then
./dev/free_disk_space_container
fi
```
since this might be also used in 3.4?
--
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]