Zhong Yanghong created KYLIN-2969:
-------------------------------------
Summary: 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
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)