[
https://issues.apache.org/jira/browse/KYLIN-4608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17148352#comment-17148352
]
ASF GitHub Bot commented on KYLIN-4608:
---------------------------------------
coveralls commented on pull request #1294:
URL: https://github.com/apache/kylin/pull/1294#issuecomment-651577616
## Pull Request Test Coverage Report for [Build
6084](https://coveralls.io/builds/31764593)
* **0** of **12** **(0.0%)** changed or added relevant lines in **2**
files are covered.
* **3** unchanged lines in **2** files lost coverage.
* Overall coverage decreased (**-0.005%**) to **27.97%**
---
| Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
| :-----|--------------|--------|---: |
|
[server-base/src/main/java/org/apache/kylin/rest/service/CubeService.java](https://coveralls.io/builds/31764593/source?filename=server-base%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Frest%2Fservice%2FCubeService.java#L372)
| 0 | 4 | 0.0%
|
[server-base/src/main/java/org/apache/kylin/rest/controller/CubeController.java](https://coveralls.io/builds/31764593/source?filename=server-base%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Frest%2Fcontroller%2FCubeController.java#L601)
| 0 | 8 | 0.0%
<!-- | **Total:** | **0** | **12** | **0.0%** | -->
| Files with Coverage Reduction | New Missed Lines | % |
| :-----|--------------|--: |
|
[stream-core/src/main/java/org/apache/kylin/stream/core/storage/columnar/ColumnarStoreCache.java](https://coveralls.io/builds/31764593/source?filename=stream-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fstream%2Fcore%2Fstorage%2Fcolumnar%2FColumnarStoreCache.java#L146)
| 1 | 56.82% |
|
[core-cube/src/main/java/org/apache/kylin/cube/cuboid/TreeCuboidScheduler.java](https://coveralls.io/builds/31764593/source?filename=core-cube%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fcube%2Fcuboid%2FTreeCuboidScheduler.java#L124)
| 2 | 68.46% |
<!-- | **Total:** | **3** | | -->
| Totals | [](https://coveralls.io/builds/31764593)
|
| :-- | --: |
| Change from base [Build 6065](https://coveralls.io/builds/31633725): |
-0.005% |
| Covered Lines: | 26108 |
| Relevant Lines: | 93343 |
---
##### 💛 - [Coveralls](https://coveralls.io)
----------------------------------------------------------------
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]
> add deletecubefast api for delete 300 cubes fast
> ------------------------------------------------
>
> Key: KYLIN-4608
> URL: https://issues.apache.org/jira/browse/KYLIN-4608
> Project: Kylin
> Issue Type: Improvement
> Components: REST Service
> Affects Versions: v3.0.0-alpha
> Reporter: chuxiao
> Priority: Major
>
> For delete 300 cubes fast , doing not clean segment storage.
> Do clean when cleantool running.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)