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

[jira] [Resolved] (KYLIN-2969) java.io.IOException: java.lang.IllegalArgumentException: Column 4 value '20102' met dictionary error: Value : 20102 not exists

     [ https://issues.apache.org/jira/browse/KYLIN-2969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dong Li resolved KYLIN-2969.
----------------------------
       Resolution: Fixed
    Fix Version/s: v2.3.0

Merged in master branch.

> java.io.IOException: java.lang.IllegalArgumentException: Column 4 value '20102' met dictionary error: Value : 20102 not exists
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: KYLIN-2969
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2969
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Zhong Yanghong
>            Assignee: Zhong Yanghong
>            Priority: Major
>             Fix For: v2.3.0
>
>         Attachments: APACHE-KYLIN-2969.patch
>
>
> It's a bug related to the {{NumberDictionary}} compatibility issue. In {{Number2BytesConverter}}, if the method {{getCodec}} invoked two times in one thread, like getCodec(19), getCodec(16). For the second call, it will return {{NumberBytesCodec(19)}} rather than {{NumberBytesCodec(16)}}, which is not corrrect



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)