Ted Yu created KYLIN-3257:
-----------------------------
Summary: Useless call in FuzzyValueCombination
Key: KYLIN-3257
URL: https://issues.apache.org/jira/browse/KYLIN-3257
Project: Kylin
Issue Type: Bug
Reporter: Ted Yu
{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)
