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

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

                Author: ASF GitHub Bot
            Created on: 10/Mar/21 18:14
            Start Date: 10/Mar/21 18:14
    Worklog Time Spent: 10m 
      Work Description: y1chi commented on a change in pull request #14179:
URL: https://github.com/apache/beam/pull/14179#discussion_r591757405



##########
File path: sdks/python/apache_beam/runners/dataflow/dataflow_runner.py
##########
@@ -394,7 +395,7 @@ def _check_for_unsupported_fnapi_features(self, 
pipeline_proto):
       if (windowing_strategy.merge_status ==
           beam_runner_api_pb2.MergeStatus.NEEDS_MERGE and
           windowing_strategy.window_fn.urn not in (
-              common_urns.session_windows.urn, )):
+              common_urns.session_windows.urn, python_urns.PICKLED_WINDOWFN)):
         raise RuntimeError(
             'Unsupported merging windowing strategy: %s' %
             windowing_strategy.window_fn.urn)

Review comment:
       done.

##########
File path: sdks/python/apache_beam/runners/dataflow/dataflow_runner.py
##########
@@ -394,7 +395,7 @@ def _check_for_unsupported_fnapi_features(self, 
pipeline_proto):
       if (windowing_strategy.merge_status ==
           beam_runner_api_pb2.MergeStatus.NEEDS_MERGE and
           windowing_strategy.window_fn.urn not in (
-              common_urns.session_windows.urn, )):
+              common_urns.session_windows.urn, python_urns.PICKLED_WINDOWFN)):

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: 563946)
    Time Spent: 1h  (was: 50m)

> Remove SDK-side dataflow runnerv2 blockers.
> -------------------------------------------
>
>                 Key: BEAM-11949
>                 URL: https://issues.apache.org/jira/browse/BEAM-11949
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-dataflow, sdk-java-core, sdk-py-core
>            Reporter: Robert Bradshaw
>            Priority: P0
>             Fix For: 2.29.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> We want to allow these as soon as the service allows them, not requiring an 
> SDK upgrade
> These are present in Java and Python.



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

Reply via email to