You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/07/10 06:41:00 UTC

[jira] [Commented] (KYLIN-4606) throw olap exception when olap query and pushdown both error

    [ https://issues.apache.org/jira/browse/KYLIN-4606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17155198#comment-17155198 ] 

ASF GitHub Bot commented on KYLIN-4606:
---------------------------------------

coveralls edited a comment on pull request #1291:
URL: https://github.com/apache/kylin/pull/1291#issuecomment-651233313


   ## Pull Request Test Coverage Report for [Build 6130](https://coveralls.io/builds/31983444)
   
   * **0** of **2**   **(0.0%)**  changed or added relevant lines in **1** file are covered.
   * **3** unchanged lines in **2** files lost coverage.
   * Overall coverage increased (+**0.006%**) to **28.056%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-----|--------------|--------|---: |
   | [server-base/src/main/java/org/apache/kylin/rest/service/QueryService.java](https://coveralls.io/builds/31983444/source?filename=server-base%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Frest%2Fservice%2FQueryService.java#L1057) | 0 | 2 | 0.0%
   <!-- | **Total:** | **0** | **2** | **0.0%** | -->
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-----|--------------|--: |
   | [tool/src/main/java/org/apache/kylin/tool/query/ProbabilityGenerator.java](https://coveralls.io/builds/31983444/source?filename=tool%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Ftool%2Fquery%2FProbabilityGenerator.java#L44) | 1 | 83.33% |
   | [core-cube/src/main/java/org/apache/kylin/cube/cuboid/TreeCuboidScheduler.java](https://coveralls.io/builds/31983444/source?filename=core-cube%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fcube%2Fcuboid%2FTreeCuboidScheduler.java#L124) | 2 | 68.46% |
   <!-- | **Total:** | **3** |  | -->
   
   |  Totals | [![Coverage Status](https://coveralls.io/builds/31983444/badge)](https://coveralls.io/builds/31983444) |
   | :-- | --: |
   | Change from base [Build 6129](https://coveralls.io/builds/31968402): |  0.006% |
   | Covered Lines: | 26223 |
   | Relevant Lines: | 93466 |
   
   ---
   ##### 💛  - [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:
users@infra.apache.org


> throw  olap exception when  olap query and pushdown both error
> --------------------------------------------------------------
>
>                 Key: KYLIN-4606
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4606
>             Project: Kylin
>          Issue Type: Improvement
>          Components: Query Engine
>    Affects Versions: v3.0.0-alpha
>            Reporter: chuxiao
>            Priority: Minor
>
> 目前Kylin开启下推查询后,如果使用olap查询失败则会使用下推查询。如果下推也查询失败,返回下推的异常。但我们更关心olap的异常信息,希望返回给用户的是olap异常。



--
This message was sent by Atlassian Jira
(v8.3.4#803005)