Github user sujith71955 commented on the issue:
https://github.com/apache/spark/pull/20611
As @kevinyu98 mentioned below usecase where '?' is been used in the load
command will fail as when we create a Path instance with uri , the chars
followed by ? will be removed as part of resolving the uri.
this we can address by directly creating Path instance and call
makeQualified() by passing defaultURI and workingDir. this approach will
eliminate the code which we added for creating URI.
Please let me know whether we can handle this usecase in another PR as the
change require again a good amount of testing effort. currently this PR
addresses all basic issues related to wildcard both in case of local/hdfs
file/folder paths.
Let me know for any sugegstions.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]