[
https://issues.apache.org/jira/browse/BEAM-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15375472#comment-15375472
]
ASF GitHub Bot commented on BEAM-446:
-------------------------------------
GitHub user markflyhigh opened a pull request:
https://github.com/apache/incubator-beam/pull/646
[BEAM-446] Improve IOChannelUtils.resolve to accept multiple paths
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [x] Make sure the PR title is formatted like:
`[BEAM-<Jira issue #>] Description of pull request`
- [x] Make sure tests pass via `mvn clean verify`. (Even better, enable
Travis-CI on your fork and ensure the whole test matrix passes).
- [x] Replace `<Jira issue #>` in the title with the actual Jira issue
number, if there is one.
- [x] If this contribution is large, please file an Apache
[Individual Contributor License
Agreement](https://www.apache.org/licenses/icla.txt).
---
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/markflyhigh/incubator-beam
improve-iochannelutils-resolve
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/646.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 #646
----
commit db38493615b47c11ca5831f58c9d24140d5ef829
Author: Mark Liu <[email protected]>
Date: 2016-07-13T18:08:18Z
[BEAM-446] Improve IOChannelUtils.resolve to accept multiple paths
----
> Improve IOChannelUtils.resolve() to accept multiple paths at once
> -----------------------------------------------------------------
>
> Key: BEAM-446
> URL: https://issues.apache.org/jira/browse/BEAM-446
> Project: Beam
> Issue Type: Improvement
> Reporter: Mark Liu
> Assignee: Mark Liu
> Priority: Minor
>
> Currently, IOChannelUtils.resolve() method can only resolve one path against
> base path.
> It's useful to have another method with arguments that includes one base path
> and multiple others. The return string will be a directory that start with
> base path and append rests which are separated by file separator.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)