[ 
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: yuzhih...@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)

Reply via email to