[ 
https://issues.apache.org/jira/browse/BEAM-10603?focusedWorklogId=478076&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-478076
 ]

ASF GitHub Bot logged work on BEAM-10603:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Sep/20 19:17
            Start Date: 02/Sep/20 19:17
    Worklog Time Spent: 10m 
      Work Description: codecov[bot] edited a comment on pull request #12703:
URL: https://github.com/apache/beam/pull/12703#issuecomment-684004590


   # [Codecov](https://codecov.io/gh/apache/beam/pull/12703?src=pr&el=h1) Report
   > Merging 
[#12703](https://codecov.io/gh/apache/beam/pull/12703?src=pr&el=desc) into 
[master](https://codecov.io/gh/apache/beam/commit/1d25e2ebeb4a0f74278dbd0cfbaa00f36abd73dc?el=desc)
 will **decrease** coverage by `0.13%`.
   > The diff coverage is `15.00%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/beam/pull/12703/graphs/tree.svg?width=650&height=150&src=pr&token=qcbbAh8Fj1)](https://codecov.io/gh/apache/beam/pull/12703?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master   #12703      +/-   ##
   ==========================================
   - Coverage   40.22%   40.09%   -0.14%     
   ==========================================
     Files         454      455       +1     
     Lines       53669    54046     +377     
   ==========================================
   + Hits        21587    21668      +81     
   - Misses      32082    32378     +296     
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/beam/pull/12703?src=pr&el=tree) | Coverage 
Δ | |
   |---|---|---|
   | 
[...beam/runners/interactive/background\_caching\_job.py](https://codecov.io/gh/apache/beam/pull/12703/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9pbnRlcmFjdGl2ZS9iYWNrZ3JvdW5kX2NhY2hpbmdfam9iLnB5)
 | `25.00% <0.00%> (-0.25%)` | :arrow_down: |
   | 
[...am/runners/interactive/options/capture\_limiters.py](https://codecov.io/gh/apache/beam/pull/12703/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9pbnRlcmFjdGl2ZS9vcHRpb25zL2NhcHR1cmVfbGltaXRlcnMucHk=)
 | `40.32% <0.00%> (ø)` | |
   | 
[...ache\_beam/runners/interactive/recording\_manager.py](https://codecov.io/gh/apache/beam/pull/12703/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9pbnRlcmFjdGl2ZS9yZWNvcmRpbmdfbWFuYWdlci5weQ==)
 | `27.70% <14.70%> (-1.90%)` | :arrow_down: |
   | 
[...he\_beam/runners/interactive/pipeline\_instrument.py](https://codecov.io/gh/apache/beam/pull/12703/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9pbnRlcmFjdGl2ZS9waXBlbGluZV9pbnN0cnVtZW50LnB5)
 | `14.86% <50.00%> (+0.16%)` | :arrow_up: |
   | 
[sdks/python/apache\_beam/io/kinesis.py](https://codecov.io/gh/apache/beam/pull/12703/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vaW8va2luZXNpcy5weQ==)
 | `66.66% <0.00%> (ø)` | |
   | 
[.../runners/portability/fn\_api\_runner/translations.py](https://codecov.io/gh/apache/beam/pull/12703/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9wb3J0YWJpbGl0eS9mbl9hcGlfcnVubmVyL3RyYW5zbGF0aW9ucy5weQ==)
 | `14.00% <0.00%> (+0.22%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/beam/pull/12703?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/beam/pull/12703?src=pr&el=footer). Last 
update 
[31af8b1...a4dcca4](https://codecov.io/gh/apache/beam/pull/12703?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:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 478076)
    Time Spent: 20h  (was: 19h 50m)

> Large Source Recording for Interarctive Runner
> ----------------------------------------------
>
>                 Key: BEAM-10603
>                 URL: https://issues.apache.org/jira/browse/BEAM-10603
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-py-interactive
>            Reporter: Sam Rohde
>            Assignee: Sam Rohde
>            Priority: P1
>          Time Spent: 20h
>  Remaining Estimate: 0h
>
> This changes the Interactive Runner to create a long-running background 
> caching job that is decoupled from the user pipeline. When a user invokes a 
> collect() or show(), it will read from the cache to compute the requested 
> PCollections. Previously, the user would have to wait for the cache to be 
> fully written to. This allows for the user to start experimenting immediately.



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

Reply via email to