Github user lxsmnv commented on the issue:

    https://github.com/apache/spark/pull/16995
  
    There is a possible problem about adding file existence check to 
globPathIfNecessary that I have just realized. If the user will provide pattern 
that is exactly the same as existing file name e.g. we have file with name 
test* and user provides pattern test* meaning pattern but not exact file name. 
globPathIfNecessary with proposed modification will resolve it to only one file 
- test*. It will change the existing behaviour but I am not sure if this is 
practically a big issue.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to