You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Billy Liu (JIRA)" <ji...@apache.org> on 2017/08/13 13:09:00 UTC

[jira] [Updated] (KYLIN-2642) Relax check in RowKeyColDesc to keep backward compatibility

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

Billy Liu updated KYLIN-2642:
-----------------------------
    Issue Type: Improvement  (was: Bug)

> Relax check in RowKeyColDesc to keep backward compatibility
> -----------------------------------------------------------
>
>                 Key: KYLIN-2642
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2642
>             Project: Kylin
>          Issue Type: Improvement
>          Components: Metadata
>    Affects Versions: v2.0.0
>            Reporter: kangkaisen
>            Assignee: kangkaisen
>            Priority: Minor
>             Fix For: v2.1.0
>
>         Attachments: KYLIN-2642.patch
>
>
> This check will make the cube DESCBROKEN if user used FixedLenDimEnc encode integer:
> {code:java}
>         if (encodingName.startsWith(FixedLenDimEnc.ENCODING_NAME) && (type.isIntegerFamily() || type.isNumberFamily())) {
>             throw new IllegalArgumentException(colRef + " type is " + type + " and cannot apply fixed_length encoding");
>         }
> {code}



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