> I think that doing our own conversion of glob pattern to regex is the best > solution.
@udim I agree, pushed a solution that uses a customized version of [Python 2.7's fnmatch.translate](https://github.com/python/cpython/blob/170ea8ccd4235d28538ab713041502d07ad1cacd/Lib/fnmatch.py#L85-L120). [ Full content available at: https://github.com/apache/beam/pull/6423 ] This message was relayed via gitbox.apache.org for [email protected]
