[ https://issues.apache.org/jira/browse/BEAM-10603?focusedWorklogId=476798&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-476798 ]
ASF GitHub Bot logged work on BEAM-10603: ----------------------------------------- Author: ASF GitHub Bot Created on: 31/Aug/20 20:11 Start Date: 31/Aug/20 20:11 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/aa345dbeb9f6bdb36f5acf0fb8958777253acd51?el=desc) will **decrease** coverage by `0.01%`. > The diff coverage is `15.00%`. [](https://codecov.io/gh/apache/beam/pull/12703?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #12703 +/- ## ========================================== - Coverage 40.22% 40.21% -0.02% ========================================== Files 454 454 Lines 53669 53695 +26 ========================================== + Hits 21587 21592 +5 - Misses 32082 32103 +21 ``` | [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: | ------ [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...b3011ad](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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 476798) Time Spent: 14h 40m (was: 14.5h) > 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: 14h 40m > 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)