You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Srikanth Sundarrajan (JIRA)" <ji...@apache.org> on 2014/12/25 08:43:13 UTC

[jira] [Commented] (FALCON-823) Add path matching ability

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

Srikanth Sundarrajan commented on FALCON-823:
---------------------------------------------

dead code in FeedHelperTest

{code}
//        Pattern pattern = Pattern.compile(templatePath);
//        Matcher matcher = pattern.matcher(s0);
//        System.out.println(matcher.find());
//        System.out.println(s0.matches(templatePath));
{code}

Looks like StringAlgorithm is the default. Can the original RadixTree::find(key) be retained along with a RadixTree::find(key, algorithm)

Can test be added to really test that the capability works end to end?

> Add path matching ability 
> --------------------------
>
>                 Key: FALCON-823
>                 URL: https://issues.apache.org/jira/browse/FALCON-823
>             Project: Falcon
>          Issue Type: Sub-task
>          Components: general
>            Reporter: Ajay Yadav
>            Assignee: Ajay Yadav
>         Attachments: FALCON-823.patch
>
>
> Add ability to match paths against the keys stored in the store.



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