GitHub user mlavende opened a pull request:
https://github.com/apache/drill/pull/627
DRILL-4812: Fix for detecting wildcards in paths when running on windows
By the time the path makes it to the `handleWildCard` method the separators
have all been normalized to the forward slash. This method, like
`removeLeadingSlash` are safe, and must only check directly for the `/`
separator.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mlavende/drill fix-wildcard-windows
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/627.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #627
----
commit 7bd8f78d3283a59b7753e5ef13c64f1e7490eed4
Author: Mike Lavender <mike lavender>
Date: 2016-10-21T21:05:43Z
Fix for detecting wildcards in paths when running on windows
----
---
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.
---