[ https://issues.apache.org/jira/browse/KYLIN-4900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17280195#comment-17280195 ]
ASF GitHub Bot commented on KYLIN-4900: --------------------------------------- coveralls commented on pull request #1573: URL: https://github.com/apache/kylin/pull/1573#issuecomment-774478247 ## Pull Request Test Coverage Report for [Build 6859](https://coveralls.io/builds/36919782) * **0** of **11** **(0.0%)** changed or added relevant lines in **3** files are covered. * **6** unchanged lines in **4** files lost coverage. * Overall coverage decreased (**-0.001%**) to **27.958%** --- | Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | | :-----|--------------|--------|---: | | [stream-source-kafka/src/main/java/org/apache/kylin/stream/source/kafka/TimedJsonStreamParser.java](https://coveralls.io/builds/36919782/source?filename=stream-source-kafka%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fstream%2Fsource%2Fkafka%2FTimedJsonStreamParser.java#L157) | 0 | 1 | 0.0% | [core-storage/src/main/java/org/apache/kylin/storage/gtrecord/CubeTupleConverter.java](https://coveralls.io/builds/36919782/source?filename=core-storage%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fstorage%2Fgtrecord%2FCubeTupleConverter.java#L74) | 0 | 5 | 0.0% | [stream-core/src/main/java/org/apache/kylin/stream/core/query/StreamingTupleConverter.java](https://coveralls.io/builds/36919782/source?filename=stream-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fstream%2Fcore%2Fquery%2FStreamingTupleConverter.java#L54) | 0 | 5 | 0.0% <!-- | **Total:** | **0** | **11** | **0.0%** | --> | Files with Coverage Reduction | New Missed Lines | % | | :-----|--------------|--: | | [stream-core/src/main/java/org/apache/kylin/stream/core/query/StreamingTupleConverter.java](https://coveralls.io/builds/36919782/source?filename=stream-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fstream%2Fcore%2Fquery%2FStreamingTupleConverter.java#L85) | 1 | 0% | | [tool/src/main/java/org/apache/kylin/tool/query/ProbabilityGenerator.java](https://coveralls.io/builds/36919782/source?filename=tool%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Ftool%2Fquery%2FProbabilityGenerator.java#L44) | 1 | 81.58% | | [stream-core/src/main/java/org/apache/kylin/stream/core/storage/CheckPointStore.java](https://coveralls.io/builds/36919782/source?filename=stream-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fstream%2Fcore%2Fstorage%2FCheckPointStore.java#L98) | 2 | 73.74% | | [stream-source-kafka/src/main/java/org/apache/kylin/stream/source/kafka/TimedJsonStreamParser.java](https://coveralls.io/builds/36919782/source?filename=stream-source-kafka%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fstream%2Fsource%2Fkafka%2FTimedJsonStreamParser.java#L158) | 2 | 76.09% | <!-- | **Total:** | **6** | | --> | Totals | [](https://coveralls.io/builds/36919782) | | :-- | --: | | Change from base [Build 6849](https://coveralls.io/builds/36848710): | -0.001% | | Covered Lines: | 26258 | | Relevant Lines: | 93920 | --- ##### 💛 - [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 > The result of derived time columns are error, when timezone is GMT-1 or GMT-N > ----------------------------------------------------------------------------- > > Key: KYLIN-4900 > URL: https://issues.apache.org/jira/browse/KYLIN-4900 > Project: Kylin > Issue Type: Bug > Components: Real-time Streaming > Reporter: Kun Liu > Assignee: Kun Liu > Priority: Blocker > Attachments: day_start is error.png, result- day_start.png > > > When set the configuration of `kylin.stream.event.timezone` to GMT-1 or > GMT-N, the result of DAY_START is error. >  > The data produced by use `$KYLIN_HOME/bin/kylin.sh > org.apache.kylin.source.kafka.util.KafkaSampleProducer --topic > kylin_streaming_topic --broker localhost:9092 --interval 10000` >  > message template is : > 2021-02-05 06:32:28,720 INFO [main] util.KafkaSampleProducer:136 : Sending 1 > message: > \{"country":"US","amount":65.78351439157635,"qty":9,"currency":"USD","order_time":1612506748660,"category":"ELECTRONIC","device":"Windows","user":{"gender":"Male","id":"e1f07f05-9eff-46fa-d401-180d0441df13","first_name":"unknown","age":22}} >  > The order_time of first message is 1612506748660 which is 2021-02-05 14:32:28 > GMT+8 or 2021-02-05 5:32:28 GMT-0 >  > The query result is in the attachments. -- This message was sent by Atlassian Jira (v8.3.4#803005)