[ 
https://issues.apache.org/jira/browse/KYLIN-4578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17141839#comment-17141839
 ] 

ASF GitHub Bot commented on KYLIN-4578:
---------------------------------------

coveralls commented on pull request #1280:
URL: https://github.com/apache/kylin/pull/1280#issuecomment-647384333


   ## Pull Request Test Coverage Report for [Build 
6056](https://coveralls.io/builds/31597060)
   
   * **0** of **1**   **(0.0%)**  changed or added relevant line in **1** file 
are covered.
   * **2** unchanged lines in **2** files lost coverage.
   * Overall coverage increased (+**0.009%**) to **27.985%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-----|--------------|--------|---: |
   | 
[storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHFileJob.java](https://coveralls.io/builds/31597060/source?filename=storage-hbase%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fstorage%2Fhbase%2Fsteps%2FCubeHFileJob.java#L100)
 | 0 | 1 | 0.0%
   <!-- | **Total:** | **0** | **1** | **0.0%** | -->
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-----|--------------|--: |
   | 
[core-dictionary/src/main/java/org/apache/kylin/dict/lookup/cache/RocksDBLookupTable.java](https://coveralls.io/builds/31597060/source?filename=core-dictionary%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fdict%2Flookup%2Fcache%2FRocksDBLookupTable.java#L62)
 | 1 | 81.08% |
   | 
[tool/src/main/java/org/apache/kylin/tool/query/ProbabilityGenerator.java](https://coveralls.io/builds/31597060/source?filename=tool%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Ftool%2Fquery%2FProbabilityGenerator.java#L44)
 | 1 | 83.33% |
   <!-- | **Total:** | **2** |  | -->
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/31597060/badge)](https://coveralls.io/builds/31597060)
 |
   | :-- | --: |
   | Change from base [Build 6043](https://coveralls.io/builds/31539724): |  
0.009% |
   | Covered Lines: | 26119 |
   | Relevant Lines: | 93331 |
   
   ---
   ##### 💛  - [Coveralls](https://coveralls.io)
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


> Throws TableNotFoundException in step 'Convert Cuboid Data to HFile' when the 
> value of property 'kylin.storage.hbase.table-name-prefix' or  
> 'kylin.storage.hbase.namespace' is lowercase.
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: KYLIN-4578
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4578
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Zhichao  Zhang
>            Assignee: Guangxu Cheng
>            Priority: Minor
>
> If the value of property 'kylin.storage.hbase.table-name-prefix' or 
> 'kylin.storage.hbase.namespace' is lowercase, it will throw 
> TableNotFoundException in step 'Convert Cuboid Data to HFile' when build a 
> segment.
> Root cause:
> In step 'Create HTable', it uses the lowercase as HTable name, and then in 
> step 'Convert Cuboid Data to HFile' , the HTable name is coverted to 
> uppercases. The HTable name is case sensitive.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to