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

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

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

Wenzheng Liu commented on KYLIN-3257:
-------------------------------------

I'm very willing to contribute a patch for this 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)