[
https://issues.apache.org/jira/browse/BEAM-7923?focusedWorklogId=406478&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-406478
]
ASF GitHub Bot logged work on BEAM-7923:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Mar/20 18:25
Start Date: 19/Mar/20 18:25
Worklog Time Spent: 10m
Work Description: pabloem commented on pull request #11166: [BEAM-7923]
Emit info when capture control options are configured.
URL: https://github.com/apache/beam/pull/11166#discussion_r395232405
##########
File path: sdks/python/apache_beam/runners/interactive/interactive_beam.py
##########
@@ -109,7 +144,16 @@ def capture_size_limit(self, value):
# Sets the capture size limit to 1GB.
interactive_beam.options.capture_size_limit = 1e9
"""
- self.capture_control._capture_size_limit = value
+ if self.capture_control._capture_size_limit != value:
+ _ = ie.current_env()
+ _LOGGER.info(
+ 'You have changed capture size limit from %s bytes to %s bytes. To '
+ 'allow new data being captured under the updated size limit the '
Review comment:
```suggestion
'allow new data to be captured under the updated size limit, the '
```
----------------------------------------------------------------
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: 406478)
Time Spent: 6h 50m (was: 6h 40m)
> Interactive Beam
> ----------------
>
> Key: BEAM-7923
> URL: https://issues.apache.org/jira/browse/BEAM-7923
> Project: Beam
> Issue Type: New Feature
> Components: runner-py-interactive
> Reporter: Ning Kang
> Assignee: Ning Kang
> Priority: Major
> Time Spent: 6h 50m
> Remaining Estimate: 0h
>
> This is the top level ticket for all efforts leveraging [interactive
> Beam|[https://github.com/apache/beam/tree/master/sdks/python/apache_beam/runners/interactive]]
> As the development goes, blocking tickets will be added to this one.
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)