[ https://issues.apache.org/jira/browse/KYLIN-3399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16517848#comment-16517848 ]
ASF GitHub Bot commented on KYLIN-3399: --------------------------------------- codecov-io edited a comment on issue #156: KYLIN-3399, makes the code that added in KYLIN-2474 more intuitive. URL: https://github.com/apache/kylin/pull/156#issuecomment-398614964 # [Codecov](https://codecov.io/gh/apache/kylin/pull/156?src=pr&el=h1) Report > Merging [#156](https://codecov.io/gh/apache/kylin/pull/156?src=pr&el=desc) into [master](https://codecov.io/gh/apache/kylin/commit/01df768ac5f38cbeaff1f3a6245c26a8863d5709?src=pr&el=desc) will **decrease** coverage by `0.01%`. > The diff coverage is `0%`. [![Impacted file tree graph](https://codecov.io/gh/apache/kylin/pull/156/graphs/tree.svg?token=JawVgbgsVo&width=650&src=pr&height=150)](https://codecov.io/gh/apache/kylin/pull/156?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #156 +/- ## ============================================ - Coverage 22.39% 22.38% -0.02% Complexity 4139 4139 ============================================ Files 1032 1032 Lines 62261 62265 +4 Branches 8922 8922 ============================================ - Hits 13946 13938 -8 - Misses 46998 47007 +9 - Partials 1317 1320 +3 ``` | [Impacted Files](https://codecov.io/gh/apache/kylin/pull/156?src=pr&el=tree) | Coverage Δ | Complexity Δ | | |---|---|---|---| | [.../apache/kylin/cube/cli/DictionaryGeneratorCLI.java](https://codecov.io/gh/apache/kylin/pull/156/diff?src=pr&el=tree#diff-Y29yZS1jdWJlL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9reWxpbi9jdWJlL2NsaS9EaWN0aW9uYXJ5R2VuZXJhdG9yQ0xJLmphdmE=) | `0% <0%> (ø)` | `0 <0> (ø)` | :arrow_down: | | [.../apache/kylin/cube/cuboid/TreeCuboidScheduler.java](https://codecov.io/gh/apache/kylin/pull/156/diff?src=pr&el=tree#diff-Y29yZS1jdWJlL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9reWxpbi9jdWJlL2N1Ym9pZC9UcmVlQ3Vib2lkU2NoZWR1bGVyLmphdmE=) | `63.84% <0%> (-2.31%)` | `0% <0%> (ø)` | | | [...g/apache/kylin/source/datagen/ColumnGenerator.java](https://codecov.io/gh/apache/kylin/pull/156/diff?src=pr&el=tree#diff-Y29yZS1tZXRhZGF0YS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUva3lsaW4vc291cmNlL2RhdGFnZW4vQ29sdW1uR2VuZXJhdG9yLmphdmE=) | `70.94% <0%> (-1.36%)` | `8% <0%> (ø)` | | | [...rg/apache/kylin/cube/inmemcubing/MemDiskStore.java](https://codecov.io/gh/apache/kylin/pull/156/diff?src=pr&el=tree#diff-Y29yZS1jdWJlL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9reWxpbi9jdWJlL2lubWVtY3ViaW5nL01lbURpc2tTdG9yZS5qYXZh) | `69.3% <0%> (-0.92%)` | `7% <0%> (ø)` | | ------ [Continue to review full report at Codecov](https://codecov.io/gh/apache/kylin/pull/156?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/apache/kylin/pull/156?src=pr&el=footer). Last update [01df768...fd5e3e4](https://codecov.io/gh/apache/kylin/pull/156?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Leaked lookup table in DictionaryGeneratorCLI#processSegment > ------------------------------------------------------------ > > Key: KYLIN-3399 > URL: https://issues.apache.org/jira/browse/KYLIN-3399 > Project: Kylin > Issue Type: Bug > Components: Client - CLI > Reporter: Ted Yu > Assignee: jiatao.tao > Priority: Major > > {code} > for (TableRef lookup : toCheckLookup) { > logger.info("Checking snapshot of " + lookup); > JoinDesc join = > cubeSeg.getModel().getJoinsTree().getJoinByPKSide(lookup); > cubeMgr.getLookupTable(cubeSeg, join); > {code} > The lookup table from the last line doesn't seem to be used. -- This message was sent by Atlassian JIRA (v7.6.3#76005)