[jira] [Updated] (KYLIN-3957) Query system_cube get exception Cannot cast "java.math.BigDecimal" to "java.lang.Double"

2019-04-14 Thread Chao Long (JIRA)


 [ 
https://issues.apache.org/jira/browse/KYLIN-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chao Long updated KYLIN-3957:
-
Description: 
In system cube, the return dataType of column whose real dataType is Double 
will be converted to Decimal in SUM measure.
{code:java}
FunctionDesc function = new FunctionDesc();
function.setExpression(FunctionDesc.FUNC_SUM);
function.setParameter(parameterDesc);

function.setReturnType(dataType.equals(HiveTableCreator.HiveTypeEnum.HDOUBLE.toString())
? HiveTableCreator.HiveTypeEnum.HDECIMAL.toString()
: dataType);
{code}
but query with that measure will get exception:
{code}
Caused by: org.codehaus.commons.compiler.CompileException: Line 108, Column 44: 
Cannot cast "java.math.BigDecimal" to "java.lang.Double"
at 
org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:10092)
at org.codehaus.janino.UnitCompiler.compileGet2(UnitCompiler.java:3839)
at org.codehaus.janino.UnitCompiler.access$6400(UnitCompiler.java:183)
at org.codehaus.janino.UnitCompiler$10.visitCast(UnitCompiler.java:3246)
at org.codehaus.janino.Java$Cast.accept(Java.java:3802)
at org.codehaus.janino.UnitCompiler.compileGet(UnitCompiler.java:3278)
at org.codehaus.janino.UnitCompiler.compileGet2(UnitCompiler.java:3845)
at org.codehaus.janino.UnitCompiler.access$8600(UnitCompiler.java:183)
at 
org.codehaus.janino.UnitCompiler$10.visitParenthesizedExpression(UnitCompiler.java:3274)
at 
org.codehaus.janino.Java$ParenthesizedExpression.accept(Java.java:3830)

{code}

> Query system_cube get exception Cannot cast "java.math.BigDecimal" to 
> "java.lang.Double"
> 
>
> Key: KYLIN-3957
> URL: https://issues.apache.org/jira/browse/KYLIN-3957
> Project: Kylin
>  Issue Type: Bug
>  Components: Query Engine
>Reporter: Chao Long
>Assignee: Chao Long
>Priority: Major
>
> In system cube, the return dataType of column whose real dataType is Double 
> will be converted to Decimal in SUM measure.
> {code:java}
> FunctionDesc function = new FunctionDesc();
> function.setExpression(FunctionDesc.FUNC_SUM);
> function.setParameter(parameterDesc);
> 
> function.setReturnType(dataType.equals(HiveTableCreator.HiveTypeEnum.HDOUBLE.toString())
> ? HiveTableCreator.HiveTypeEnum.HDECIMAL.toString()
> : dataType);
> {code}
> but query with that measure will get exception:
> {code}
> Caused by: org.codehaus.commons.compiler.CompileException: Line 108, Column 
> 44: Cannot cast "java.math.BigDecimal" to "java.lang.Double"
>   at 
> org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:10092)
>   at org.codehaus.janino.UnitCompiler.compileGet2(UnitCompiler.java:3839)
>   at org.codehaus.janino.UnitCompiler.access$6400(UnitCompiler.java:183)
>   at org.codehaus.janino.UnitCompiler$10.visitCast(UnitCompiler.java:3246)
>   at org.codehaus.janino.Java$Cast.accept(Java.java:3802)
>   at org.codehaus.janino.UnitCompiler.compileGet(UnitCompiler.java:3278)
>   at org.codehaus.janino.UnitCompiler.compileGet2(UnitCompiler.java:3845)
>   at org.codehaus.janino.UnitCompiler.access$8600(UnitCompiler.java:183)
>   at 
> org.codehaus.janino.UnitCompiler$10.visitParenthesizedExpression(UnitCompiler.java:3274)
>   at 
> org.codehaus.janino.Java$ParenthesizedExpression.accept(Java.java:3830)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] [kylin] shaofengshi merged pull request #606: update blog

2019-04-14 Thread GitBox
shaofengshi merged pull request #606: update blog
URL: https://github.com/apache/kylin/pull/606
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Commented] (KYLIN-3955) Real-time streaming tech blog

2019-04-14 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on KYLIN-3955:


Commit c7212e4e6e212aa4e57812601073b91e653a18f8 in kylin's branch 
refs/heads/document from GinaZhai
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=c7212e4 ]

KYLIN-3955 Modify blog style


> Real-time streaming tech blog
> -
>
> Key: KYLIN-3955
> URL: https://issues.apache.org/jira/browse/KYLIN-3955
> Project: Kylin
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Ma Gang
>Assignee: Ma Gang
>Priority: Major
>
> Real-time streaming tech blog



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-3955) Real-time streaming tech blog

2019-04-14 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on KYLIN-3955:


Commit 93cde098942e090631053e00ac6409f35cd379d2 in kylin's branch 
refs/heads/document from Ma,Gang
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=93cde09 ]

KYLIN-3955 Real-time streaming tech blog


> Real-time streaming tech blog
> -
>
> Key: KYLIN-3955
> URL: https://issues.apache.org/jira/browse/KYLIN-3955
> Project: Kylin
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Ma Gang
>Assignee: Ma Gang
>Priority: Major
>
> Real-time streaming tech blog



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] [kylin] GinaZhai opened a new pull request #606: update blog

2019-04-14 Thread GitBox
GinaZhai opened a new pull request #606: update blog
URL: https://github.com/apache/kylin/pull/606
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [kylin] asfgit commented on issue #606: update blog

2019-04-14 Thread GitBox
asfgit commented on issue #606: update blog
URL: https://github.com/apache/kylin/pull/606#issuecomment-483095641
 
 
   Can one of the admins verify this patch?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Closed] (KYLIN-3932) KafkaConfigOverride to take effect

2019-04-14 Thread jinguowei (JIRA)


 [ 
https://issues.apache.org/jira/browse/KYLIN-3932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jinguowei closed KYLIN-3932.

Resolution: Fixed

> KafkaConfigOverride to take effect
> --
>
> Key: KYLIN-3932
> URL: https://issues.apache.org/jira/browse/KYLIN-3932
> Project: Kylin
>  Issue Type: Improvement
>Reporter: jinguowei
>Assignee: jinguowei
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KYLIN-3956) Segments of not only streaming cube but also batch cube need to show their status

2019-04-14 Thread Yuzhang QIU (JIRA)
Yuzhang QIU created KYLIN-3956:
--

 Summary: Segments of not only streaming cube but also batch cube 
need to show their status
 Key: KYLIN-3956
 URL: https://issues.apache.org/jira/browse/KYLIN-3956
 Project: Kylin
  Issue Type: Improvement
  Components: Web 
Affects Versions: v2.6.1
Reporter: Yuzhang QIU


Hi team:
   In file 'cube_detail.html'(arround 112 line), only segments of streaming 
cube will show their segment status. When refresh an old segment of batch cube, 
there have two same time range segment, which may make confuse for user. So 
show their status may be neccessary.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] [kylin] codecov-io commented on issue #605: KYLIN-3942 Support multi-level json event in backend

2019-04-14 Thread GitBox
codecov-io commented on issue #605: KYLIN-3942 Support multi-level json event 
in backend
URL: https://github.com/apache/kylin/pull/605#issuecomment-483026163
 
 
   # [Codecov](https://codecov.io/gh/apache/kylin/pull/605?src=pr=h1) Report
   > Merging [#605](https://codecov.io/gh/apache/kylin/pull/605?src=pr=desc) 
into 
[master](https://codecov.io/gh/apache/kylin/commit/cb9641875b8b9783f06f5c1169231d36d75ae76f?src=pr=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `81.25%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/kylin/pull/605/graphs/tree.svg?width=650=JawVgbgsVo=150=pr)](https://codecov.io/gh/apache/kylin/pull/605?src=pr=tree)
   
   ```diff
   @@ Coverage Diff  @@
   ## master #605  +/-   ##
   
   + Coverage 25.28%   25.33%   +0.05% 
   - Complexity 5825 5835  +10 
   
 Files  1379 1379  
 Lines 8171681754  +38 
 Branches  1144311451   +8 
   
   + Hits  2066320716  +53 
   + Misses5903959014  -25 
   - Partials   2014 2024  +10
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/kylin/pull/605?src=pr=tree) | Coverage Δ 
| Complexity Δ | |
   |---|---|---|---|
   | 
[...n/stream/source/kafka/consumer/KafkaConnector.java](https://codecov.io/gh/apache/kylin/pull/605/diff?src=pr=tree#diff-c3RyZWFtLXNvdXJjZS1rYWZrYS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUva3lsaW4vc3RyZWFtL3NvdXJjZS9rYWZrYS9jb25zdW1lci9LYWZrYUNvbm5lY3Rvci5qYXZh)
 | `0% <0%> (ø)` | `0 <0> (ø)` | :arrow_down: |
   | 
[...lin/stream/source/kafka/TimedJsonStreamParser.java](https://codecov.io/gh/apache/kylin/pull/605/diff?src=pr=tree#diff-c3RyZWFtLXNvdXJjZS1rYWZrYS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUva3lsaW4vc3RyZWFtL3NvdXJjZS9rYWZrYS9UaW1lZEpzb25TdHJlYW1QYXJzZXIuamF2YQ==)
 | `77.92% <84.78%> (+77.92%)` | `13 <10> (+13)` | :arrow_up: |
   | 
[...he/kylin/dict/lookup/cache/RocksDBLookupTable.java](https://codecov.io/gh/apache/kylin/pull/605/diff?src=pr=tree#diff-Y29yZS1kaWN0aW9uYXJ5L3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9reWxpbi9kaWN0L2xvb2t1cC9jYWNoZS9Sb2Nrc0RCTG9va3VwVGFibGUuamF2YQ==)
 | `72.97% <0%> (-5.41%)` | `6% <0%> (-1%)` | |
   | 
[...org/apache/kylin/rest/util/QueryRequestLimits.java](https://codecov.io/gh/apache/kylin/pull/605/diff?src=pr=tree#diff-c2VydmVyLWJhc2Uvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL3Jlc3QvdXRpbC9RdWVyeVJlcXVlc3RMaW1pdHMuamF2YQ==)
 | `35.71% <0%> (-4.77%)` | `5% <0%> (-1%)` | |
   | 
[...che/kylin/stream/core/storage/CheckPointStore.java](https://codecov.io/gh/apache/kylin/pull/605/diff?src=pr=tree#diff-c3RyZWFtLWNvcmUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL3N0cmVhbS9jb3JlL3N0b3JhZ2UvQ2hlY2tQb2ludFN0b3JlLmphdmE=)
 | `63.63% <0%> (-3.04%)` | `21% <0%> (-1%)` | |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/kylin/pull/605?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/kylin/pull/605?src=pr=footer). Last 
update 
[cb96418...fea3c06](https://codecov.io/gh/apache/kylin/pull/605?src=pr=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 to 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


With regards,
Apache Git Services


[GitHub] [kylin] coveralls commented on issue #605: KYLIN-3942 Support multi-level json event in backend

2019-04-14 Thread GitBox
coveralls commented on issue #605: KYLIN-3942 Support multi-level json event in 
backend
URL: https://github.com/apache/kylin/pull/605#issuecomment-483025205
 
 
   ## Pull Request Test Coverage Report for [Build 
4390](https://coveralls.io/builds/22801423)
   
   * **43** of **48**   **(89.58%)**  changed or added relevant lines in **2** 
files are covered.
   * **2** unchanged lines in **1** file lost coverage.
   * Overall coverage increased (+**0.07%**) to **27.82%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-|--||---: |
   | 
[stream-source-kafka/src/main/java/org/apache/kylin/stream/source/kafka/consumer/KafkaConnector.java](https://coveralls.io/builds/22801423/source?filename=stream-source-kafka%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fstream%2Fsource%2Fkafka%2Fconsumer%2FKafkaConnector.java#L111)
 | 0 | 2 | 0.0%
   | 
[stream-source-kafka/src/main/java/org/apache/kylin/stream/source/kafka/TimedJsonStreamParser.java](https://coveralls.io/builds/22801423/source?filename=stream-source-kafka%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fstream%2Fsource%2Fkafka%2FTimedJsonStreamParser.java#L76)
 | 43 | 46 | 93.48%
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-|--|--: |
   | 
[stream-core/src/main/java/org/apache/kylin/stream/core/storage/CheckPointStore.java](https://coveralls.io/builds/22801423/source?filename=stream-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fstream%2Fcore%2Fstorage%2FCheckPointStore.java#L98)
 | 2 | 73.74% |
   
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/22801423/badge)](https://coveralls.io/builds/22801423)
 |
   | :-- | --: |
   | Change from base [Build 4386](https://coveralls.io/builds/22784891): |  
0.07% |
   | Covered Lines: | 22744 |
   | Relevant Lines: | 81754 |
   
   ---
   #   - [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:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Commented] (KYLIN-3942) Rea-time OLAP don't support multi-level json event

2019-04-14 Thread ASF GitHub Bot (JIRA)


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

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

hit-lacus commented on pull request #605: KYLIN-3942 Support multi-level json 
event in backend
URL: https://github.com/apache/kylin/pull/605
 
 
   
 

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:
us...@infra.apache.org


> Rea-time OLAP don't support multi-level json event
> --
>
> Key: KYLIN-3942
> URL: https://issues.apache.org/jira/browse/KYLIN-3942
> Project: Kylin
>  Issue Type: Bug
>  Components: Real-time Streaming
>Affects Versions: v3.0.0-alpha
>Reporter: XiaoXiang Yu
>Assignee: luguosheng
>Priority: Critical
>
> Currently real-time OLAP didn't support  multi-level json event.
> For example,if I have a kafka multi-level json event like this:
> {quote}{"country":"JAPAN","amount":13.075058425023922,"qty":8,"currency":"USD","order_time":1554801950882,"category":"ELECTRONIC","device":"Andriod","user":\{"gender":"Female","id":"7a0cfa5e-bbaa-79ef-1a38-e06f02c85fcb","first_name":"unknown","age":16}}
> {quote}
>  
> Receiver will throw exception like this and discard that event:
>  
> {quote}2019-04-09 09:46:09,878 ERROR [StreamingV2Cube_channel] 
> kafka.TimedJsonStreamParser:107 : error
> com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot 
> deserialize instance of `java.lang.String` out of START_OBJECT token
>  at [Source: 
> (String)"\{"country":"US","amount":14.498498222823619,"qty":1,"currency":"USD","order_time":1554803169876,"category":"Other","device":"Other","user":{"gender":"Female","id":"0736b41a-9ae7-9b4a-a124-f74436d3eb41","first_name":"unknown","age":26}}";
>  line: 1, column: 140] (through reference chain: java.util.HashMap["user"])
>  at 
> com.fasterxml.jackson.databind.exc.MismatchedInputException.from(MismatchedInputException.java:63)
>  at 
> com.fasterxml.jackson.databind.DeserializationContext.reportInputMismatch(DeserializationContext.java:1342)
>  at 
> com.fasterxml.jackson.databind.DeserializationContext.handleUnexpectedToken(DeserializationContext.java:1138)
>  at 
> com.fasterxml.jackson.databind.DeserializationContext.handleUnexpectedToken(DeserializationContext.java:1092)
>  at 
> com.fasterxml.jackson.databind.deser.std.StringDeserializer.deserialize(StringDeserializer.java:63)
>  at 
> com.fasterxml.jackson.databind.deser.std.StringDeserializer.deserialize(StringDeserializer.java:10)
>  at 
> com.fasterxml.jackson.databind.deser.std.MapDeserializer._readAndBindStringKeyMap(MapDeserializer.java:527)
>  at 
> com.fasterxml.jackson.databind.deser.std.MapDeserializer.deserialize(MapDeserializer.java:364)
>  at 
> com.fasterxml.jackson.databind.deser.std.MapDeserializer.deserialize(MapDeserializer.java:29)
>  at 
> com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:4001)
>  at 
> com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3030)
>  at 
> org.apache.kylin.stream.source.kafka.TimedJsonStreamParser.parse(TimedJsonStreamParser.java:79)
>  at 
> org.apache.kylin.stream.source.kafka.TimedJsonStreamParser.parse(TimedJsonStreamParser.java:54)
>  at 
> org.apache.kylin.stream.source.kafka.consumer.KafkaConnector.nextEvent(KafkaConnector.java:110)
>  at 
> org.apache.kylin.stream.core.consumer.StreamingConsumerChannel.run(StreamingConsumerChannel.java:93)
>  at java.lang.Thread.run(Thread.java:748)
> {quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] [kylin] hit-lacus opened a new pull request #605: KYLIN-3942 Support multi-level json event in backend

2019-04-14 Thread GitBox
hit-lacus opened a new pull request #605: KYLIN-3942 Support multi-level json 
event in backend
URL: https://github.com/apache/kylin/pull/605
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [kylin] asfgit commented on issue #605: KYLIN-3942 Support multi-level json event in backend

2019-04-14 Thread GitBox
asfgit commented on issue #605: KYLIN-3942 Support multi-level json event in 
backend
URL: https://github.com/apache/kylin/pull/605#issuecomment-483019738
 
 
   Can one of the admins verify this patch?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [kylin] codecov-io commented on issue #602: KYLIN-3939 add BOM character,slove the bug that it shows Chinese garb…

2019-04-14 Thread GitBox
codecov-io commented on issue #602: KYLIN-3939 add BOM character,slove the bug 
that it shows Chinese garb…
URL: https://github.com/apache/kylin/pull/602#issuecomment-482995952
 
 
   # [Codecov](https://codecov.io/gh/apache/kylin/pull/602?src=pr=h1) Report
   > Merging [#602](https://codecov.io/gh/apache/kylin/pull/602?src=pr=desc) 
into 
[master](https://codecov.io/gh/apache/kylin/commit/cb9641875b8b9783f06f5c1169231d36d75ae76f?src=pr=desc)
 will **decrease** coverage by `0.01%`.
   > The diff coverage is `0%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/kylin/pull/602/graphs/tree.svg?width=650=JawVgbgsVo=150=pr)](https://codecov.io/gh/apache/kylin/pull/602?src=pr=tree)
   
   ```diff
   @@ Coverage Diff  @@
   ## master #602  +/-   ##
   
   - Coverage 25.28%   25.27%   -0.02% 
   + Complexity 5825 5822   -3 
   
 Files  1379 1379  
 Lines 8171681719   +3 
 Branches  1144311443  
   
   - Hits  2066320651  -12 
   - Misses5903959050  +11 
   - Partials   2014 2018   +4
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/kylin/pull/602?src=pr=tree) | Coverage Δ 
| Complexity Δ | |
   |---|---|---|---|
   | 
[.../apache/kylin/rest/controller/QueryController.java](https://codecov.io/gh/apache/kylin/pull/602/diff?src=pr=tree#diff-c2VydmVyLWJhc2Uvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL3Jlc3QvY29udHJvbGxlci9RdWVyeUNvbnRyb2xsZXIuamF2YQ==)
 | `0% <0%> (ø)` | `0 <0> (ø)` | :arrow_down: |
   | 
[...he/kylin/dict/lookup/cache/RocksDBLookupTable.java](https://codecov.io/gh/apache/kylin/pull/602/diff?src=pr=tree#diff-Y29yZS1kaWN0aW9uYXJ5L3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9reWxpbi9kaWN0L2xvb2t1cC9jYWNoZS9Sb2Nrc0RCTG9va3VwVGFibGUuamF2YQ==)
 | `72.97% <0%> (-5.41%)` | `6% <0%> (-1%)` | |
   | 
[...org/apache/kylin/rest/util/QueryRequestLimits.java](https://codecov.io/gh/apache/kylin/pull/602/diff?src=pr=tree#diff-c2VydmVyLWJhc2Uvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL3Jlc3QvdXRpbC9RdWVyeVJlcXVlc3RMaW1pdHMuamF2YQ==)
 | `35.71% <0%> (-4.77%)` | `5% <0%> (-1%)` | |
   | 
[...che/kylin/stream/core/storage/CheckPointStore.java](https://codecov.io/gh/apache/kylin/pull/602/diff?src=pr=tree#diff-c3RyZWFtLWNvcmUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL3N0cmVhbS9jb3JlL3N0b3JhZ2UvQ2hlY2tQb2ludFN0b3JlLmphdmE=)
 | `63.63% <0%> (-3.04%)` | `21% <0%> (-1%)` | |
   | 
[...he/kylin/job/impl/threadpool/DefaultScheduler.java](https://codecov.io/gh/apache/kylin/pull/602/diff?src=pr=tree#diff-Y29yZS1qb2Ivc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL2pvYi9pbXBsL3RocmVhZHBvb2wvRGVmYXVsdFNjaGVkdWxlci5qYXZh)
 | `74.41% <0%> (-2.33%)` | `12% <0%> (ø)` | |
   | 
[...rg/apache/kylin/cube/inmemcubing/MemDiskStore.java](https://codecov.io/gh/apache/kylin/pull/602/diff?src=pr=tree#diff-Y29yZS1jdWJlL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9reWxpbi9jdWJlL2lubWVtY3ViaW5nL01lbURpc2tTdG9yZS5qYXZh)
 | `69.3% <0%> (-0.92%)` | `7% <0%> (ø)` | |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/kylin/pull/602?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/kylin/pull/602?src=pr=footer). Last 
update 
[cb96418...0b4509b](https://codecov.io/gh/apache/kylin/pull/602?src=pr=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 to 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


With regards,
Apache Git Services


[GitHub] [kylin] coveralls commented on issue #602: KYLIN-3939 add BOM character,slove the bug that it shows Chinese garb…

2019-04-14 Thread GitBox
coveralls commented on issue #602: KYLIN-3939 add BOM character,slove the bug 
that it shows Chinese garb…
URL: https://github.com/apache/kylin/pull/602#issuecomment-482995526
 
 
   ## Pull Request Test Coverage Report for [Build 
4389](https://coveralls.io/builds/22800180)
   
   * **0** of **3**   **(0.0%)**  changed or added relevant lines in **1** file 
are covered.
   * **9** unchanged lines in **3** files lost coverage.
   * Overall coverage decreased (**-0.007%**) to **27.745%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-|--||---: |
   | 
[server-base/src/main/java/org/apache/kylin/rest/controller/QueryController.java](https://coveralls.io/builds/22800180/source?filename=server-base%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Frest%2Fcontroller%2FQueryController.java#L87)
 | 0 | 3 | 0.0%
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-|--|--: |
   | 
[stream-core/src/main/java/org/apache/kylin/stream/core/storage/CheckPointStore.java](https://coveralls.io/builds/22800180/source?filename=stream-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fstream%2Fcore%2Fstorage%2FCheckPointStore.java#L98)
 | 2 | 73.74% |
   | 
[core-job/src/main/java/org/apache/kylin/job/impl/threadpool/DefaultScheduler.java](https://coveralls.io/builds/22800180/source?filename=core-job%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fjob%2Fimpl%2Fthreadpool%2FDefaultScheduler.java#L194)
 | 2 | 80.23% |
   | 
[core-cube/src/main/java/org/apache/kylin/cube/inmemcubing/MemDiskStore.java](https://coveralls.io/builds/22800180/source?filename=core-cube%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fcube%2Finmemcubing%2FMemDiskStore.java#L439)
 | 5 | 77.81% |
   
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/22800180/badge)](https://coveralls.io/builds/22800180)
 |
   | :-- | --: |
   | Change from base [Build 4386](https://coveralls.io/builds/22784891): |  
-0.007% |
   | Covered Lines: | 22673 |
   | Relevant Lines: | 81719 |
   
   ---
   #   - [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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [kylin] shaofengshi merged pull request #604: Add trouble shooting part for realtime olap tutorial

2019-04-14 Thread GitBox
shaofengshi merged pull request #604: Add trouble shooting part for realtime 
olap tutorial
URL: https://github.com/apache/kylin/pull/604
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [kylin] shaofengshi merged pull request #603: Add the nav links for 3.0 docs and update the error nav links for docs 2.4

2019-04-14 Thread GitBox
shaofengshi merged pull request #603: Add the nav links for 3.0 docs and update 
the error nav links for docs 2.4
URL: https://github.com/apache/kylin/pull/603
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [kylin] hit-lacus opened a new pull request #604: Add trouble shooting part for realtime olap tutorial

2019-04-14 Thread GitBox
hit-lacus opened a new pull request #604: Add trouble shooting part for 
realtime olap tutorial
URL: https://github.com/apache/kylin/pull/604
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [kylin] asfgit commented on issue #604: Add trouble shooting part for realtime olap tutorial

2019-04-14 Thread GitBox
asfgit commented on issue #604: Add trouble shooting part for realtime olap 
tutorial
URL: https://github.com/apache/kylin/pull/604#issuecomment-482962734
 
 
   Can one of the admins verify this patch?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [kylin] asfgit commented on issue #603: Add the nav links for 3.0 docs and update the error nav links for docs 2.4

2019-04-14 Thread GitBox
asfgit commented on issue #603: Add the nav links for 3.0 docs and update the 
error nav links for docs 2.4
URL: https://github.com/apache/kylin/pull/603#issuecomment-482961431
 
 
   Can one of the admins verify this patch?


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:
us...@infra.apache.org


With regards,
Apache Git Services