You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/03/29 00:01:45 UTC

[GitHub] [incubator-pinot] codecov-io commented on issue #4025: Extend stream interfaces to expose message metadata like ingestion timestamp

codecov-io commented on issue #4025: Extend stream interfaces to expose message metadata like ingestion timestamp
URL: https://github.com/apache/incubator-pinot/pull/4025#issuecomment-477814425
 
 
   # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/4025?src=pr&el=h1) Report
   > Merging [#4025](https://codecov.io/gh/apache/incubator-pinot/pull/4025?src=pr&el=desc) into [master](https://codecov.io/gh/apache/incubator-pinot/commit/248d2846b9b04c9ae838cd98f40ee40fba6ac979?src=pr&el=desc) will **increase** coverage by `21.1%`.
   > The diff coverage is `71.42%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/incubator-pinot/pull/4025/graphs/tree.svg?width=650&token=4ibza2ugkz&height=150&src=pr)](https://codecov.io/gh/apache/incubator-pinot/pull/4025?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #4025      +/-   ##
   ============================================
   + Coverage     45.97%   67.08%   +21.1%     
   - Complexity        0       20      +20     
   ============================================
     Files          1033     1037       +4     
     Lines         51338    51363      +25     
     Branches       7181     7182       +1     
   ============================================
   + Hits          23604    34455   +10851     
   + Misses        25708    14533   -11175     
   - Partials       2026     2375     +349
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/incubator-pinot/pull/4025?src=pr&el=tree) | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | [...inot/core/indexsegment/mutable/MutableSegment.java](https://codecov.io/gh/apache/incubator-pinot/pull/4025/diff?src=pr&el=tree#diff-cGlub3QtY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcGlub3QvY29yZS9pbmRleHNlZ21lbnQvbXV0YWJsZS9NdXRhYmxlU2VnbWVudC5qYXZh) | `0% <0%> (ø)` | `0 <0> (?)` | |
   | [...inot/core/realtime/stream/StreamLevelConsumer.java](https://codecov.io/gh/apache/incubator-pinot/pull/4025/diff?src=pr&el=tree#diff-cGlub3QtY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcGlub3QvY29yZS9yZWFsdGltZS9zdHJlYW0vU3RyZWFtTGV2ZWxDb25zdW1lci5qYXZh) | `0% <0%> (ø)` | `0 <0> (?)` | |
   | [...not/core/realtime/stream/StreamMessageDecoder.java](https://codecov.io/gh/apache/incubator-pinot/pull/4025/diff?src=pr&el=tree#diff-cGlub3QtY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcGlub3QvY29yZS9yZWFsdGltZS9zdHJlYW0vU3RyZWFtTWVzc2FnZURlY29kZXIuamF2YQ==) | `100% <100%> (ø)` | `0 <0> (?)` | |
   | [...ot/core/realtime/stream/StreamMessageMetadata.java](https://codecov.io/gh/apache/incubator-pinot/pull/4025/diff?src=pr&el=tree#diff-cGlub3QtY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcGlub3QvY29yZS9yZWFsdGltZS9zdHJlYW0vU3RyZWFtTWVzc2FnZU1ldGFkYXRhLmphdmE=) | `100% <100%> (ø)` | `0 <0> (?)` | |
   | [...manager/realtime/LLRealtimeSegmentDataManager.java](https://codecov.io/gh/apache/incubator-pinot/pull/4025/diff?src=pr&el=tree#diff-cGlub3QtY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcGlub3QvY29yZS9kYXRhL21hbmFnZXIvcmVhbHRpbWUvTExSZWFsdGltZVNlZ21lbnREYXRhTWFuYWdlci5qYXZh) | `69.96% <100%> (+15.32%)` | `0 <0> (ø)` | :arrow_down: |
   | [.../realtime/impl/kafka/KafkaStreamLevelConsumer.java](https://codecov.io/gh/apache/incubator-pinot/pull/4025/diff?src=pr&el=tree#diff-cGlub3QtY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcGlub3QvY29yZS9yZWFsdGltZS9pbXBsL2thZmthL0thZmthU3RyZWFtTGV2ZWxDb25zdW1lci5qYXZh) | `78.84% <100%> (+0.41%)` | `0 <0> (ø)` | :arrow_down: |
   | [...manager/realtime/HLRealtimeSegmentDataManager.java](https://codecov.io/gh/apache/incubator-pinot/pull/4025/diff?src=pr&el=tree#diff-cGlub3QtY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcGlub3QvY29yZS9kYXRhL21hbmFnZXIvcmVhbHRpbWUvSExSZWFsdGltZVNlZ21lbnREYXRhTWFuYWdlci5qYXZh) | `81.12% <100%> (+0.19%)` | `0 <0> (ø)` | :arrow_down: |
   | [.../core/indexsegment/mutable/MutableSegmentImpl.java](https://codecov.io/gh/apache/incubator-pinot/pull/4025/diff?src=pr&el=tree#diff-cGlub3QtY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcGlub3QvY29yZS9pbmRleHNlZ21lbnQvbXV0YWJsZS9NdXRhYmxlU2VnbWVudEltcGwuamF2YQ==) | `66.49% <55.55%> (+9.92%)` | `0 <0> (ø)` | :arrow_down: |
   | [...he/pinot/core/query/pruner/ValidSegmentPruner.java](https://codecov.io/gh/apache/incubator-pinot/pull/4025/diff?src=pr&el=tree#diff-cGlub3QtY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcGlub3QvY29yZS9xdWVyeS9wcnVuZXIvVmFsaWRTZWdtZW50UHJ1bmVyLmphdmE=) | `57.14% <0%> (-28.58%)` | `0% <0%> (ø)` | |
   | [...a/manager/realtime/RealtimeSegmentDataManager.java](https://codecov.io/gh/apache/incubator-pinot/pull/4025/diff?src=pr&el=tree#diff-cGlub3QtY29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcGlub3QvY29yZS9kYXRhL21hbmFnZXIvcmVhbHRpbWUvUmVhbHRpbWVTZWdtZW50RGF0YU1hbmFnZXIuamF2YQ==) | `75% <0%> (-25%)` | `0% <0%> (ø)` | |
   | ... and [532 more](https://codecov.io/gh/apache/incubator-pinot/pull/4025/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/4025?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/incubator-pinot/pull/4025?src=pr&el=footer). Last update [248d284...49ce3fc](https://codecov.io/gh/apache/incubator-pinot/pull/4025?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 to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org