dongjoon-hyun commented on a change in pull request #29102:
URL: https://github.com/apache/spark/pull/29102#discussion_r454613712



##########
File path: dev/run-pip-tests
##########
@@ -96,6 +96,8 @@ for python in "${PYTHON_EXECS[@]}"; do
     cd "$FWDIR"/python
     # Delete the egg info file if it exists, this can cache the setup file.
     rm -rf pyspark.egg-info || echo "No existing egg info file, skipping 
deletion"
+    # Also, delete the symbolic link if exists. It can be left over from the 
previous editable mode installation.

Review comment:
       nit. `left over` -> `a leftover`?




----------------------------------------------------------------
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]

Reply via email to