[ https://issues.apache.org/jira/browse/BEAM-8824?focusedWorklogId=353149&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-353149 ]
ASF GitHub Bot logged work on BEAM-8824: ---------------------------------------- Author: ASF GitHub Bot Created on: 04/Dec/19 00:51 Start Date: 04/Dec/19 00:51 Worklog Time Spent: 10m Work Description: y1chi commented on pull request #10216: [BEAM-8824] Add support to allow specify window allowed_lateness in python sdk URL: https://github.com/apache/beam/pull/10216#discussion_r353500374 ########## File path: sdks/python/apache_beam/transforms/core.py ########## @@ -2265,10 +2266,18 @@ def __init__(self, windowfn, triggerfn=None, accumulation_mode=None, raise ValueError( 'window fn (%s) does not have a determanistic coder (%s)' % ( windowfn, windowfn.get_window_coder())) + if isinstance(allowed_lateness, Duration): Review comment: got it, thanks. ---------------------------------------------------------------- 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 Issue Time Tracking ------------------- Worklog Id: (was: 353149) Time Spent: 4h 10m (was: 4h) > Add support for allowed lateness in python sdk > ---------------------------------------------- > > Key: BEAM-8824 > URL: https://issues.apache.org/jira/browse/BEAM-8824 > Project: Beam > Issue Type: Improvement > Components: sdk-py-core > Reporter: Yichi Zhang > Assignee: Yichi Zhang > Priority: Major > Time Spent: 4h 10m > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.3.4#803005)