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: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to