Github user gaborgsomogyi commented on the issue:
https://github.com/apache/spark/pull/22952
@HeartSaVioR
Related the glob part @zsxwing pointed out an important problem. Glob
pattern is much more than checking `*` and `?`, see the link up. For simplicity
take this test:
```
...
val sourcePath = "/hello/worl{d}"
val archivePath = "/hello/world/spark"
...
```
This should throw `IllegalArgumentException` but proceeding without
exception.
A glob parser would be good to be used.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]