boyuanzz commented on a change in pull request #12016:
URL: https://github.com/apache/beam/pull/12016#discussion_r447331663



##########
File path: sdks/python/apache_beam/transforms/core.py
##########
@@ -622,6 +638,16 @@ class DoFn(WithTypeHints, HasDisplayData, 
urns.RunnerApiFn):
   def from_callable(fn):
     return CallableWrapperDoFn(fn)
 
+  @staticmethod
+  def unbounded_per_element():

Review comment:
       I created a JIRA to track this: 
https://issues.apache.org/jira/browse/BEAM-10380. I want to have a separate PR 
to do this since it is out of the scope of this PR.




----------------------------------------------------------------
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]


Reply via email to