Github user xuanyuanking commented on the issue:
https://github.com/apache/spark/pull/21533
@jerryshao Great thanks for your review and detailed explain, based on your
guidance, I found the behavior about the file in `local` scheme added in
fileServer was introduced by the PR
https://github.com/apache/spark/commit/c4b1108c3f9658adebbdf8508d325528c3206f16,
and before that, the file in `local` scheme is treated as local files:
https://github.com/apache/spark/commit/c4b1108c3f9658adebbdf8508d325528c3206f16#diff-364713d7776956cb8b0a771e9b62f82dL1023.
So my last commit try to fix this as your guidance, keep the same behavior
of local scheme file before
https://github.com/apache/spark/commit/c4b1108c3f9658adebbdf8508d325528c3206f16,
please help me check whether it is the correct semantics we want. Thanks!
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]