[
https://issues.apache.org/jira/browse/KYLIN-5021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17375597#comment-17375597
]
ASF GitHub Bot commented on KYLIN-5021:
---------------------------------------
tianhui5 opened a new pull request #1680:
URL: https://github.com/apache/kylin/pull/1680
## Proposed changes
JIRA: https://issues.apache.org/jira/browse/KYLIN-5021
## Types of changes
- [x ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Documentation Update (if none of the other choices apply)
## Checklist
- [x ] I have create an issue on [Kylin's
jira](https://issues.apache.org/jira/browse/KYLIN), and have described the
bug/feature there in detail
- [ ] Commit messages in my PR start with the related jira ID, like
"KYLIN-0000 Make Kylin project open-source"
- [ ] Compiling and unit tests pass locally with my changes
- [ ] I have added tests that prove my fix is effective or that my feature
works
- [ ] If this change need a document change, I will prepare another pr
against the `document` branch
- [ ] Any dependent changes have been merged
--
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)