[
https://issues.apache.org/jira/browse/KYLIN-5021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17375633#comment-17375633
]
ASF GitHub Bot commented on KYLIN-5021:
---------------------------------------
codecov-commenter commented on pull request #1680:
URL: https://github.com/apache/kylin/pull/1680#issuecomment-874641285
#
[Codecov](https://codecov.io/gh/apache/kylin/pull/1680?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@dc499be`). [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/1680?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 #1680 +/- ##
======================================================
Coverage ? 24.66%
Complexity ? 4832
======================================================
Files ? 1159
Lines ? 66426
Branches ? 9609
======================================================
Hits ? 16382
Misses ? 48311
Partials ? 1733
```
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/kylin/pull/1680?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/1680?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
[dc499be...69929aa](https://codecov.io/gh/apache/kylin/pull/1680?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]
> FilePruner in Spark3 throws NPE when no partition columns in cube
> -----------------------------------------------------------------
>
> Key: KYLIN-5021
> URL: https://issues.apache.org/jira/browse/KYLIN-5021
> Project: Kylin
> Issue Type: Bug
> Components: Query Engine
> Reporter: tianhui
> Assignee: Congling Xia
> Priority: Major
> Fix For: v4.0.0
>
> Attachments: errorlog, image-2021-07-01-11-58-11-533.png,
> image-2021-07-01-12-04-46-905.png
>
>
> I create a cube without partition clumn in it, then I query it and get a NPE.
> !image-2021-07-01-11-58-11-533.png!
> !image-2021-07-01-12-04-46-905.png!
> The SQL is like:
> {code:java}
> select pid from exception_middle_user where EXCEPTION_MIDDLE_USER.TVVERSION
> ='20.10.21.110'{code}
>
> I have put errorstack in Attachments.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)