[
https://issues.apache.org/jira/browse/KYLIN-5031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17381465#comment-17381465
]
ASF GitHub Bot commented on KYLIN-5031:
---------------------------------------
codecov-commenter commented on pull request #1687:
URL: https://github.com/apache/kylin/pull/1687#issuecomment-880857651
#
[Codecov](https://codecov.io/gh/apache/kylin/pull/1687?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
Report
> :exclamation: No coverage uploaded for pull request base
(`kylin-on-parquet-v2@c943745`). [Click here to learn what that
means](https://docs.codecov.io/docs/error-reference?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#section-missing-base-commit).
> The diff coverage is `n/a`.
[](https://codecov.io/gh/apache/kylin/pull/1687?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
```diff
@@ Coverage Diff @@
## kylin-on-parquet-v2 #1687 +/- ##
======================================================
Coverage ? 24.62%
Complexity ? 4832
======================================================
Files ? 1162
Lines ? 66517
Branches ? 9621
======================================================
Hits ? 16378
Misses ? 48403
Partials ? 1736
```
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/kylin/pull/1687?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
> **Legend** - [Click here to learn
more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
> Powered by
[Codecov](https://codecov.io/gh/apache/kylin/pull/1687?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
Last update
[c943745...6aa85ec](https://codecov.io/gh/apache/kylin/pull/1687?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
Read the [comment
docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> The last_build_job_id of segment is null when the semgent status is RUNNING
> or ERROR.
> --------------------------------------------------------------------------------------
>
> Key: KYLIN-5031
> URL: https://issues.apache.org/jira/browse/KYLIN-5031
> Project: Kylin
> Issue Type: Improvement
> Components: Metadata
> Affects Versions: v4.0.0-beta
> Reporter: JasonLee
> Assignee: JasonLee
> Priority: Minor
> Fix For: v4.0.0
>
> Attachments: image-2021-07-08-20-18-19-129.png
>
>
> When we want to obtain the segments information of a cube through the REST
> API: "kylin/api/cubes/cubeName", we find that if the status of the segment is
> RUNNING or ERROR, the last_build_job_id is NULL, which I think is It is
> unreasonable. Once the CubeJob corresponding to the segment is submitted
> successfully, the last_build_job_id field should be updated, not only when it
> is FINISHED. After optimization, we can directly get all the segment
> information under Cube including last_build_job_id through
> "kylin/api/cubes/cubeName". Otherwise, to obtain the job id of ERROR and
> RUNNING status, it must be obtained by other means, which is obviously
> inconvenient.
> !image-2021-07-08-20-18-19-129.png|width=460,height=255!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)