robertwb commented on a change in pull request #11314: [BEAM-9562] Send Timers 
over Data Channel as Elements
URL: https://github.com/apache/beam/pull/11314#discussion_r406444656
 
 

 ##########
 File path: sdks/python/apache_beam/transforms/core.py
 ##########
 @@ -1272,6 +1272,8 @@ def expand(self, pcoll):
         key_coder = coder.key_coder()
       else:
         key_coder = coders.registry.get_coder(typehints.Any)
+      self.window_coder = pcoll.windowing.windowfn.get_window_coder()
 
 Review comment:
   Are these still used?

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


With regards,
Apache Git Services

Reply via email to