You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/06/25 03:51:00 UTC

[jira] [Commented] (KYLIN-3980) Cube planner cuboid id error when dimensions too many

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

ASF subversion and git services commented on KYLIN-3980:
--------------------------------------------------------

Commit fc3f5f290d5551d65aff5606a84085ee6fdd1a72 in kylin's branch refs/heads/2.6.x from liapan
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=fc3f5f2 ]

KYLIN-3980 Cube planner cuboid id error when dimensions too many


> Cube planner cuboid id error when dimensions too many
> -----------------------------------------------------
>
>                 Key: KYLIN-3980
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3980
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Pan, Julian
>            Assignee: Pan, Julian
>            Priority: Major
>             Fix For: v2.6.3
>
>
> Cube planner cuboid id error when dimensions beyond too many.
> The issue due to cuboid is the Number and Number in javascript max value is 2^53-1.
> [https://www.ecma-international.org/ecma-262/5.1/#sec-8.5]
> If the cuboid id is greater than Number.MAX_SAFE_INTEGER(9007199254740991), then it will get error cuboid in page, which impact optimize job.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)