[
https://issues.apache.org/jira/browse/KYLIN-4920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18069962#comment-18069962
] ASF GitHub Bot commented on KYLIN-4920: --------------------------------------- codecov-commenter commented on PR #1592: URL: https://github.com/apache/kylin/pull/1592#issuecomment-4163459597 ## [Codecov](https://app.codecov.io/gh/apache/kylin/pull/1592?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 `0%` with `1 line` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 25.41%. Comparing base ([`af1e59f`](https://app.codecov.io/gh/apache/kylin/commit/af1e59f6e96201b6a6c4912204ff7faa2ec10d5d?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`1c59a3e`](https://app.codecov.io/gh/apache/kylin/commit/1c59a3e8bc65c0b20893f190929918a020346ad2?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/1592?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [...e/kylin/rest/controller/StreamingV2Controller.java](https://app.codecov.io/gh/apache/kylin/pull/1592?src=pr&el=tree&filepath=server-base%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Frest%2Fcontroller%2FStreamingV2Controller.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c2VydmVyLWJhc2Uvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL3Jlc3QvY29udHJvbGxlci9TdHJlYW1pbmdWMkNvbnRyb2xsZXIuamF2YQ==) | 0.00% | [1 Missing :warning: ](https://app.codecov.io/gh/apache/kylin/pull/1592?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 #1592 +/- ## ============================================ - Coverage 25.51% 25.41% -0.11% + Complexity 6762 6761 -1 ============================================ Files 1505 1508 +3 Lines 93600 93921 +321 Branches 13103 13159 +56 ============================================ - Hits 23884 23866 -18 - Misses 67342 67670 +328 - Partials 2374 2385 +11 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/kylin/pull/1592?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> > stream lambda: hive table can be in database other than default > --------------------------------------------------------------- > > Key: KYLIN-4920 > URL: https://issues.apache.org/jira/browse/KYLIN-4920 > Project: Kylin > Issue Type: Improvement > Reporter: Kun Liu > Assignee: Kun Liu > Priority: Minor > Fix For: v3.1.2 > > > Now the hive table must be in the default database or the configured > database, if i want to create real-time stream table with lambda mode. > But some user tables are under other database other than default. > > I will fix it. -- This message was sent by Atlassian Jira (v8.20.10#820010)
