[
https://issues.apache.org/jira/browse/BEAM-11056?focusedWorklogId=499761&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-499761
]
ASF GitHub Bot logged work on BEAM-11056:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Oct/20 01:54
Start Date: 13/Oct/20 01:54
Worklog Time Spent: 10m
Work Description: KevinGG commented on a change in pull request #13080:
URL: https://github.com/apache/beam/pull/13080#discussion_r503622541
##########
File path: sdks/python/apache_beam/runners/interactive/interactive_beam.py
##########
@@ -91,23 +91,23 @@ def recordable_sources(self):
return self.capture_control._capturable_sources
@property
- def record_duration(self):
- """The data record of sources ends as soon as the background caching job
+ def recording_duration(self):
+ """The data recording of sources ends as soon as the background caching job
Review comment:
Done.
----------------------------------------------------------------
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: 499761)
Time Spent: 1h 50m (was: 1h 40m)
> Fix warning message and rename old APIs
> ---------------------------------------
>
> Key: BEAM-11056
> URL: https://issues.apache.org/jira/browse/BEAM-11056
> Project: Beam
> Issue Type: Bug
> Components: runner-py-interactive
> Reporter: Ning Kang
> Assignee: Ning Kang
> Priority: P2
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> When invoking `ib.evict_captured_data()`, the logging contains a typo
> `recordeddata`:
> `You have requested Interactive Beam to evict all recordeddata that could be
> deterministically replayed among multiple pipeline runs.`
> Also, the `capture_control` should be renamed to `record_control`. All
> occurrences of `capture` should be changed to `record` to keep the
> consistency of large source recording improvements.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)