[
https://issues.apache.org/jira/browse/KYLIN-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18070455#comment-18070455
] ASF GitHub Bot commented on KYLIN-3980: --------------------------------------- codecov-commenter commented on PR #628: URL: https://github.com/apache/kylin/pull/628#issuecomment-4173803185 ## [Codecov](https://app.codecov.io/gh/apache/kylin/pull/628?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report :x: Patch coverage is `0%` with `4 lines` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 25.40%. Comparing base ([`2076e39`](https://app.codecov.io/gh/apache/kylin/commit/2076e394240c8a093606046df8b2ad6c3400fd80?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`d432ddc`](https://app.codecov.io/gh/apache/kylin/commit/d432ddc9aa61310d0a7d5cfbaafd3af712fef47e?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). | [Files with missing lines](https://app.codecov.io/gh/apache/kylin/pull/628?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [.../apache/kylin/rest/request/JobOptimizeRequest.java](https://app.codecov.io/gh/apache/kylin/pull/628?src=pr&el=tree&filepath=server-base%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Frest%2Frequest%2FJobOptimizeRequest.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c2VydmVyLWJhc2Uvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL3Jlc3QvcmVxdWVzdC9Kb2JPcHRpbWl6ZVJlcXVlc3QuamF2YQ==) | 0.00% | [4 Missing :warning: ](https://app.codecov.io/gh/apache/kylin/pull/628?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## master #628 +/- ## ============================================ - Coverage 25.40% 25.40% -0.01% + Complexity 5866 5864 -2 ============================================ Files 1379 1379 Lines 81808 81810 +2 Branches 11465 11465 ============================================ - Hits 20787 20780 -7 - Misses 59003 59010 +7 - Partials 2018 2020 +2 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/kylin/pull/628?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). <details><summary> :rocket: New features to boost your workflow: </summary> - :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems. - :package: [JS Bundle Analysis](https://docs.codecov.com/docs/javascript-bundle-analysis): Save yourself from yourself by tracking and limiting bundle sizes in JS merges. </details> > 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: Julian Pan > Assignee: Julian Pan > 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 (v8.20.10#820010)
