gaogaotiantian commented on PR #57040:
URL: https://github.com/apache/spark/pull/57040#issuecomment-4907058419
I'm curious about the original issue. You mentioned that `os.path.relpath`
does not resolve `..`, but you are using the exact method to resolve it.
I tested it on my machine
```python
>>> os.path.realpath("/usr/../bin")
'/bin'
```
So what's the issue? How to reproduce this problem?
--
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]