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

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

                Author: ASF GitHub Bot
            Created on: 20/May/19 16:59
            Start Date: 20/May/19 16:59
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on pull request #8607: [BEAM-7342] 
Extend SyntheticPipeline map steps to be splittable.
URL: https://github.com/apache/beam/pull/8607#discussion_r285677177
 
 

 ##########
 File path: sdks/python/apache_beam/testing/synthetic_pipeline.py
 ##########
 @@ -450,6 +552,9 @@ def _parse_steps(json_str):
         for each input element to a step.
     (4) output_filter_ratio - the probability at which a step may filter out a
         given element by not producing any output for that element.
+    (5) splittable - if the step should be splittable.
+    (6) initial_splitting_num_bundles - number of bundles initiall split if 
step
 
 Review comment:
   ```suggestion
       (6) initial_splitting_num_bundles - number of bundles initial split if 
step
   ```
 
----------------------------------------------------------------
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: 245323)
    Time Spent: 0.5h  (was: 20m)

> Extend SyntheticPipeline map steps to be able to be splittable (Beam Python 
> SDK)
> --------------------------------------------------------------------------------
>
>                 Key: BEAM-7342
>                 URL: https://issues.apache.org/jira/browse/BEAM-7342
>             Project: Beam
>          Issue Type: New Feature
>          Components: testing
>         Environment: Beam Python
>            Reporter: Lara Schmidt
>            Assignee: Lara Schmidt
>            Priority: Minor
>   Original Estimate: 1m
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Add the ability for map steps to be configured to be splittable. 
> Possible configuration options:
>  - uneven bundle sizes
>  - possible incorrect sizing returned



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to