You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/03/09 04:53:00 UTC

[jira] [Comment Edited] (KYLIN-3257) Useless call in FuzzyValueCombination

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

Ted Yu edited comment on KYLIN-3257 at 3/9/18 4:52 AM:
-------------------------------------------------------

There are two FuzzyValueCombination.java files which have the same issue .


was (Author: yuzhihong@gmail.com):
There are two FuzzyValueCombination.java files which have the same issue.

> Useless call in FuzzyValueCombination
> -------------------------------------
>
>                 Key: KYLIN-3257
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3257
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>
> {code}
>     public static <K, V> List<Map<K, V>> calculate(Map<K, Set<V>> fuzzyValues, long cap) {
>         Collections.emptyMap();
> {code}
> The empty map has no effect to method execution.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)