[
https://issues.apache.org/jira/browse/KYLIN-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16851606#comment-16851606
]
ASF GitHub Bot commented on KYLIN-3980:
---------------------------------------
nichunen commented on pull request #628: KYLIN-3980 Cube planner cuboid id
error when dimensions too many
URL: https://github.com/apache/kylin/pull/628
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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)