[
https://issues.apache.org/jira/browse/KYLIN-4312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18070533#comment-18070533
]
ASF GitHub Bot commented on KYLIN-4312:
---------------------------------------
codecov-commenter commented on PR #1070:
URL: https://github.com/apache/kylin/pull/1070#issuecomment-4175664434
##
[Codecov](https://app.codecov.io/gh/apache/kylin/pull/1070?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.05%. Comparing base
([`b87753f`](https://app.codecov.io/gh/apache/kylin/commit/b87753fa4b49d4016f846fc2e35a36d611d6c8b4?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache))
to head
([`5bd802d`](https://app.codecov.io/gh/apache/kylin/commit/5bd802d207bca006e9c52b27c5a6ef7ac9c32117?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/1070?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
| Patch % | Lines |
|---|---|---|
|
[...va/org/apache/kylin/query/routing/QueryRouter.java](https://app.codecov.io/gh/apache/kylin/pull/1070?src=pr&el=tree&filepath=query%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fquery%2Frouting%2FQueryRouter.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-cXVlcnkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL3F1ZXJ5L3JvdXRpbmcvUXVlcnlSb3V0ZXIuamF2YQ==)
| 0.00% | [3 Missing :warning:
](https://app.codecov.io/gh/apache/kylin/pull/1070?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
|
|
[...org/apache/kylin/common/debug/BackdoorToggles.java](https://app.codecov.io/gh/apache/kylin/pull/1070?src=pr&el=tree&filepath=core-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fcommon%2Fdebug%2FBackdoorToggles.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-Y29yZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2NvbW1vbi9kZWJ1Zy9CYWNrZG9vclRvZ2dsZXMuamF2YQ==)
| 0.00% | [1 Missing :warning:
](https://app.codecov.io/gh/apache/kylin/pull/1070?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 #1070 +/- ##
============================================
- Coverage 25.05% 25.05% -0.01%
+ Complexity 6223 6222 -1
============================================
Files 1438 1438
Lines 87729 87734 +5
Branches 12257 12258 +1
============================================
- Hits 21984 21982 -2
- Misses 63596 63602 +6
- Partials 2149 2150 +1
```
</details>
[:umbrella: View full report in Codecov by
Sentry](https://app.codecov.io/gh/apache/kylin/pull/1070?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>
> Specified cube when querying by API
> -----------------------------------
>
> Key: KYLIN-4312
> URL: https://issues.apache.org/jira/browse/KYLIN-4312
> Project: Kylin
> Issue Type: Improvement
> Components: Query Engine
> Reporter: langdamao
> Assignee: Xiaoxiang Yu
> Priority: Major
> Fix For: v3.1.0
>
>
> Support specified cube when using query API.
> UseCase1:
> For CubeA has dim a,b,c,d ,segments 12.01-now,CubeB has dim
> b,c,e,segments 12.08-now, with same hive table and same measure. While
> querying "select b,c,count(*) from db.table group by b,c; " , will hit CubeB,
> so that result of 12.01-12.08 will disappear.
> UseCase2:
> For testing,build many cubes with different config, will need to
> switch disable|enable all the time.
>
> See discussion here:
> http://mail-archives.apache.org/mod_mbox/kylin-user/202001.mbox/%[email protected]%3e
--
This message was sent by Atlassian Jira
(v8.20.10#820010)