[ https://issues.apache.org/jira/browse/KYLIN-2969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Zhong Yanghong updated KYLIN-2969: ---------------------------------- Attachment: APACHE-KYLIN-2969.patch > 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 > 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)