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

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

codecov-commenter commented on PR #1086:
URL: https://github.com/apache/kylin/pull/1086#issuecomment-4187770235

   ## 
[Codecov](https://app.codecov.io/gh/apache/kylin/pull/1086?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 `86.36364%` with `3 lines` in your changes missing 
coverage. Please review.
   :white_check_mark: Project coverage is 25.06%. Comparing base 
([`26cf1f8`](https://app.codecov.io/gh/apache/kylin/commit/26cf1f8ed217c96329d8dcbd8a00ef1d67023fca?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache))
 to head 
([`10af481`](https://app.codecov.io/gh/apache/kylin/commit/10af481dc48eba3d108af46de361dad987b24fa9?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/1086?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | Patch % | Lines |
   |---|---|---|
   | 
[...in/java/org/apache/kylin/query/util/QueryUtil.java](https://app.codecov.io/gh/apache/kylin/pull/1086?src=pr&el=tree&filepath=query%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fquery%2Futil%2FQueryUtil.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-cXVlcnkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL3F1ZXJ5L3V0aWwvUXVlcnlVdGlsLmphdmE=)
 | 40.00% | [2 Missing and 1 partial :warning: 
](https://app.codecov.io/gh/apache/kylin/pull/1086?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    #1086      +/-   ##
   ============================================
   + Coverage     25.04%   25.06%   +0.01%     
   + Complexity     6224     6223       -1     
   ============================================
     Files          1440     1440              
     Lines         87821    87845      +24     
     Branches      12275    12280       +5     
   ============================================
   + Hits          21999    22019      +20     
   - Misses        63664    63666       +2     
   - Partials       2158     2160       +2     
   ```
   </details>
   
   [:umbrella: View full report in Codecov by 
Sentry](https://app.codecov.io/gh/apache/kylin/pull/1086?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>




> RDBMS pushdown failed with with clause
> --------------------------------------
>
>                 Key: KYLIN-4365
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4365
>             Project: Kylin
>          Issue Type: Bug
>          Components: Query Engine, RDBMS Source
>    Affects Versions: all
>            Reporter: rongchuan.jin
>            Assignee: rongchuan.jin
>            Priority: Major
>             Fix For: v3.1.0
>
>
> When use pushdown for RDBMS, I query with following sql:
> `with tmp as (select id from a),tmp2 as (select * from b) select * from 
> tmp,tmp2 where tmp.id = tmp2.id` it will cause exception like 'table tmp not 
> exists'.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to