[
https://issues.apache.org/jira/browse/KYLIN-3257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dong Li reassigned KYLIN-3257:
------------------------------
Assignee: Wenzheng Liu
> Useless call in FuzzyValueCombination
> -------------------------------------
>
> Key: KYLIN-3257
> URL: https://issues.apache.org/jira/browse/KYLIN-3257
> Project: Kylin
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Wenzheng Liu
> 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)