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



##########
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:
       This should also control whether the PCollection is unbounded or not 
during expand.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to