You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streams.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/09/18 17:49:33 UTC

[jira] [Commented] (STREAMS-178) LinkResolverProcessor should return a set of unwound links

    [ https://issues.apache.org/jira/browse/STREAMS-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14139078#comment-14139078 ] 

ASF GitHub Bot commented on STREAMS-178:
----------------------------------------

GitHub user robdouglas opened a pull request:

    https://github.com/apache/incubator-streams/pull/90

    STREAMS-178 | Modified the behavior of the LinkResolverProcessor's unwin...

    ...d method. Duplicate unwound links are now consolidated into a unique set of links

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/robdouglas/incubator-streams STREAMS-178

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-streams/pull/90.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 #90
    
----
commit f76f2de5923e63405229e2c83acc12156fe0c8de
Author: Robert Douglas <rd...@w2odigital.com>
Date:   2014-09-18T15:46:23Z

    STREAMS-178 | Modified the behavior of the LinkResolverProcessor's unwind method. Duplicate unwound links are now consolidated into a unique set of links

----


> LinkResolverProcessor should return a set of unwound links
> ----------------------------------------------------------
>
>                 Key: STREAMS-178
>                 URL: https://issues.apache.org/jira/browse/STREAMS-178
>             Project: Streams
>          Issue Type: Bug
>            Reporter: Robert Douglas
>
> The LinkResolverProcessor currently returns unwound links in a List. This is problematic because in the event that more than one of the shortened links results in the same unwound link, we end up with a list of duplicates. To mediate this issue, the LinkResolverProcessor's unwind function should return a Set of unwound links, guaranteeing that they are all unique.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)