[
https://issues.apache.org/jira/browse/KYLIN-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412996#comment-16412996
]
ASF GitHub Bot commented on KYLIN-3293:
---------------------------------------
coveralls commented on issue #123: KYLIN-3293, fix FixedLenHexDimEnc that
return a wrong code length lea…
URL: https://github.com/apache/kylin/pull/123#issuecomment-375964186
## Pull Request Test Coverage Report for [Build
3086](https://coveralls.io/builds/16165173)
* **0** of **2** **(0.0%)** changed or added relevant lines in **1** file
are covered.
* **3** unchanged lines in **2** files lost coverage.
* Overall coverage decreased (**-0.002%**) to **23.871%**
---
| Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
| :-----|--------------|--------|---: |
|
[core-metadata/src/main/java/org/apache/kylin/dimension/FixedLenHexDimEnc.java](https://coveralls.io/builds/16165173/source?filename=core-metadata%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fdimension%2FFixedLenHexDimEnc.java#L277)
| 0 | 2 | 0.0%
<!-- | **Total:** | **0** | **2** | **0.0%** | -->
| Files with Coverage Reduction | New Missed Lines | % |
| :-----|--------------|--: |
|
[core-cube/src/main/java/org/apache/kylin/cube/cuboid/TreeCuboidScheduler.java](https://coveralls.io/builds/16165173/source?filename=core-cube%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fcube%2Fcuboid%2FTreeCuboidScheduler.java#L129)
| 1 | 68.5% |
|
[core-metadata/src/main/java/org/apache/kylin/dimension/FixedLenHexDimEnc.java](https://coveralls.io/builds/16165173/source?filename=core-metadata%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fdimension%2FFixedLenHexDimEnc.java#L278)
| 2 | 82.95% |
<!-- | **Total:** | **3** | | -->
| Totals | [](https://coveralls.io/builds/16165173)
|
| :-- | --: |
| Change from base [Build 3078](https://coveralls.io/builds/16139781): |
-0.002% |
| Covered Lines: | 14339 |
| Relevant Lines: | 60069 |
---
##### 💛 - [Coveralls](https://coveralls.io)
----------------------------------------------------------------
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:
[email protected]
> FixedLenHexDimEnc return a wrong code length leads to cut bytes error.
> ----------------------------------------------------------------------
>
> Key: KYLIN-3293
> URL: https://issues.apache.org/jira/browse/KYLIN-3293
> Project: Kylin
> Issue Type: Bug
> Reporter: jiatao.tao
> Assignee: jiatao.tao
> Priority: Major
>
> FixedLenHexDimEnc lost its byteLen when deserializing, so in
> GTRecord#loadColumnsFromColumnBlocks, the byte after cutting are wrong.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)