HyukjinKwon commented on code in PR #42210:
URL: https://github.com/apache/spark/pull/42210#discussion_r1278656030
##########
.github/workflows/build_and_test.yml:
##########
@@ -415,8 +415,12 @@ jobs:
java-version: ${{ matrix.java }}
- name: List Python packages (Python 3.9, PyPy3)
run: |
- python3.9 -m pip list
- pypy3 -m pip list
+ python3.9 -m pip list -v
+ du -sh /usr/local/lib/python3.9/dist-packages
+ du -sh /usr/local/lib/python3.9/dist-packages/*
Review Comment:
I think it's fine without it. Even disk space takes a lot here, there's
nothing much we can do about them.
--
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]